move types.hpp to ipmid/types.hpp for export

types.hpp is required by utility.hpp, which is exported, so it needs to
be exported as well. This moves it to the include/libipmid directory,
changes the Makefile to export it, and changes all the files that
include it so it can be found in the right place.

Change-Id: I30ec365446e4de466c266ec4faa327478460ec05
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/sensorhandler.cpp b/sensorhandler.cpp
index cb73e71..4da40af 100644
--- a/sensorhandler.cpp
+++ b/sensorhandler.cpp
@@ -2,7 +2,6 @@
 
 #include "fruread.hpp"
 #include "ipmid.hpp"
-#include "types.hpp"
 
 #include <ipmid/api.h>
 #include <mapper.h>
@@ -11,6 +10,7 @@
 #include <bitset>
 #include <cmath>
 #include <cstring>
+#include <ipmid/types.hpp>
 #include <ipmid/utils.hpp>
 #include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/log.hpp>