summaryrefslogtreecommitdiff
path: root/redfish-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/src')
-rw-r--r--redfish-core/src/redfish.cpp3
-rw-r--r--redfish-core/src/utils/dbus_utils.cpp7
2 files changed, 8 insertions, 2 deletions
diff --git a/redfish-core/src/redfish.cpp b/redfish-core/src/redfish.cpp
index b948ed5dac..66a43d76f0 100644
--- a/redfish-core/src/redfish.cpp
+++ b/redfish-core/src/redfish.cpp
@@ -1,5 +1,7 @@
#include "redfish.hpp"
+#include "bmcweb_config.h"
+
#include "account_service.hpp"
#include "aggregation_service.hpp"
#include "app.hpp"
@@ -23,7 +25,6 @@
#include "metric_report_definition.hpp"
#include "network_protocol.hpp"
#include "pcie.hpp"
-#include "pcie_slots.hpp"
#include "power.hpp"
#include "power_subsystem.hpp"
#include "power_supply.hpp"
diff --git a/redfish-core/src/utils/dbus_utils.cpp b/redfish-core/src/utils/dbus_utils.cpp
index ba84d3063e..bd114a3d74 100644
--- a/redfish-core/src/utils/dbus_utils.cpp
+++ b/redfish-core/src/utils/dbus_utils.cpp
@@ -1,9 +1,14 @@
#include "utils/dbus_utils.hpp"
#include "async_resp.hpp"
+#include "error_messages.hpp"
+#include "logging.hpp"
+#include <systemd/sd-bus.h>
+
+#include <boost/asio/error.hpp>
+#include <boost/beast/http/status.hpp>
#include <boost/system/error_code.hpp>
-#include <nlohmann/json.hpp>
#include <sdbusplus/message.hpp>
#include <memory>