reduce dbus string constants
There are a large number of dbus constants scattered throughout the
code that could/should be obtained from phosphor-dbus-interface values.
Perform minor refactoring to greatly reduce the number of string
constants.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie8700bc90611d21eee7160f4686bc978fe0a0eb4
diff --git a/host_state_manager.hpp b/host_state_manager.hpp
index c8fb24f..8227a06 100644
--- a/host_state_manager.hpp
+++ b/host_state_manager.hpp
@@ -4,7 +4,6 @@
#include "settings.hpp"
#include "utils.hpp"
-#include "xyz/openbmc_project/State/Host/server.hpp"
#include <cereal/access.hpp>
#include <cereal/cereal.hpp>
@@ -12,6 +11,7 @@
#include <sdbusplus/bus.hpp>
#include <xyz/openbmc_project/Control/Boot/RebootAttempts/server.hpp>
#include <xyz/openbmc_project/State/Boot/Progress/server.hpp>
+#include <xyz/openbmc_project/State/Host/server.hpp>
#include <xyz/openbmc_project/State/OperatingSystem/Status/server.hpp>
#include <filesystem>