summaryrefslogtreecommitdiff
path: root/redfish-core/include/event_service_manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/event_service_manager.hpp')
-rw-r--r--redfish-core/include/event_service_manager.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/redfish-core/include/event_service_manager.hpp b/redfish-core/include/event_service_manager.hpp
index 569c307977..fb0cfbc518 100644
--- a/redfish-core/include/event_service_manager.hpp
+++ b/redfish-core/include/event_service_manager.hpp
@@ -18,13 +18,14 @@
#include <boost/asio/io_context.hpp>
#include <boost/container/flat_map.hpp>
+#include <error_messages.hpp>
+#include <http_client.hpp>
+#include <utils/json_utils.hpp>
+
#include <cstdlib>
#include <ctime>
-#include <error_messages.hpp>
#include <fstream>
-#include <http_client.hpp>
#include <memory>
-#include <utils/json_utils.hpp>
#include <variant>
namespace redfish
@@ -69,8 +70,7 @@ class Subscription
crow::connections::systemBus->get_io_context(), host, port, path);
}
~Subscription()
- {
- }
+ {}
void sendEvent(const std::string& msg)
{