summaryrefslogtreecommitdiffstats
path: root/fru_area.hpp
diff options
context:
space:
mode:
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