summaryrefslogtreecommitdiffstats
path: root/fru_area.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 20:16:39 -0700
committerPatrick Venture <venture@google.com>2018-10-29 15:50:58 +0000
commitb4c333f96cb9f981d1fcbef8d2953bcf8ea2d701 (patch)
treec806263a49b12104444f942f2fcc0b65daf06a99 /fru_area.hpp
parent19bea9ae44ea9af30e1e4443c69a22b04e2cd56d (diff)
downloadipmi-fru-parser-b4c333f96cb9f981d1fcbef8d2953bcf8ea2d701.tar.gz
ipmi-fru-parser-b4c333f96cb9f981d1fcbef8d2953bcf8ea2d701.zip
fru_area: cleanup headers
Cleanup headers, dropping sd-bus header and c-headers. Add in cstdint for uint8_t. Change-Id: I751478a83ac807b688bb9b7d9efff2efc7578a4a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'fru_area.hpp')
-rw-r--r--fru_area.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/fru_area.hpp b/fru_area.hpp
index 6cebb3c..b725ddf 100644
--- a/fru_area.hpp
+++ b/fru_area.hpp
@@ -4,14 +4,13 @@
#include "frup.hpp"
#include "writefrudata.hpp"
-#include <stddef.h>
-#include <stdint.h>
-#include <systemd/sd-bus.h>
-
+#include <cstdint>
#include <memory>
#include <string>
#include <vector>
+using std::uint8_t;
+
class IPMIFruArea
{
private:
OpenPOWER on IntegriCloud