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/transporthandler.hpp b/transporthandler.hpp
index f1ed8bc..04d4673 100644
--- a/transporthandler.hpp
+++ b/transporthandler.hpp
@@ -1,7 +1,6 @@
 #pragma once
 
-#include "types.hpp"
-
+#include <ipmid/types.hpp>
 #include <string>
 // IPMI commands for Transport net functions.
 enum ipmi_netfn_storage_cmds