utils.[ch]pp and types.hpp have moved to libipmid

No need to copy them to the sysroot for building, they are already
there (but under new names ipmid/utils.hpp and ipmid/types.hpp)

(From meta-intel rev: 2556749a806af47f2090027c2f0fee8a716b30ca)

Change-Id: I046b8452d15457aa37e0963b9d1138a55aa7aebd
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index 6ad9a43..e5f63fb 100644
--- a/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ b/meta-intel/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -1,7 +1,5 @@
 do_install_append(){
   install -d ${D}${includedir}/phosphor-ipmi-host
-  install -m 0644 -D ${S}/utils.hpp ${D}${includedir}/phosphor-ipmi-host
-  install -m 0644 -D ${S}/types.hpp ${D}${includedir}/phosphor-ipmi-host
   install -m 0644 -D ${S}/sensorhandler.hpp ${D}${includedir}/phosphor-ipmi-host
   install -m 0644 -D ${S}/selutility.hpp ${D}${includedir}/phosphor-ipmi-host
 }