summaryrefslogtreecommitdiffstats
path: root/writefrudata.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 19:40:13 -0700
committerPatrick Venture <venture@google.com>2018-10-23 22:38:29 +0000
commit7191849c96903eebfd4bc728419945715f73a879 (patch)
tree11690bdb6eb67ee3d709418be324b097141d9e88 /writefrudata.cpp
parent9eb82cf42151bfee404abd3e61240461e7d1e39b (diff)
downloadipmi-fru-parser-7191849c96903eebfd4bc728419945715f73a879.tar.gz
ipmi-fru-parser-7191849c96903eebfd4bc728419945715f73a879.zip
writefrudata.cpp: drop unused, add used header
Drop the sdbusplus/server.hpp for sdbusplus/bus.hpp header. Change-Id: I8ea1ae95812ceb911ac6f70f259b5884e0c4ab3b Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'writefrudata.cpp')
-rw-r--r--writefrudata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/writefrudata.cpp b/writefrudata.cpp
index ffe53c0..a53859b 100644
--- a/writefrudata.cpp
+++ b/writefrudata.cpp
@@ -17,7 +17,7 @@
#include <map>
#include <memory>
#include <phosphor-logging/log.hpp>
-#include <sdbusplus/server.hpp>
+#include <sdbusplus/bus.hpp>
#include <sstream>
#include <vector>
OpenPOWER on IntegriCloud