rename headers to match style

Moving headers from ".h" to ".hpp"

Reworked the header inclusion a bit so that host-ipmid is treated as a
library, and local headers aren't.

renamed apphandler.h => apphandler.hpp
renamed chassishandler.h => chassishandler.hpp
renamed globalhandler.h => globalhandler.hpp
renamed sensorhandler.h => sensorhandler.hpp
renamed storageaddsel.h => storageaddsel.hpp
renamed storagehandler.h => storagehandler.hpp
renamed systemintfcmds.h => systemintfcmds.hpp

Change-Id: I9d4ce3dd57e2e996800f9020a10cc10cdf2c3914
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/ipmiwhitelist.hpp b/ipmiwhitelist.hpp
index 7d096c2..fd45a3d 100644
--- a/ipmiwhitelist.hpp
+++ b/ipmiwhitelist.hpp
@@ -1,5 +1,4 @@
-#ifndef __HOST_IPMID_IPMI_WHITELIST_H__
-#define __HOST_IPMID_IPMI_WHITELIST_H_
+#pragma once
 
 #include <utility>
 #include <vector>
@@ -7,5 +6,3 @@
 using netfncmd_pair = std::pair<unsigned char, unsigned char>;
 
 extern const std::vector<netfncmd_pair> whitelist;
-
-#endif