summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-05-16 18:56:40 +0300
committerEd Tanous <ed@tanous.net>2023-05-17 20:08:33 +0300
commit94ffb8f9fb1c6d7dff2225b3858045729930e718 (patch)
tree1be18a3efd079acecbeb00d30ddccddbe996c904 /src
parentddd70dcaa56bd51eaa0b192cd2c5c7bdcc1c3576 (diff)
downloadbmcweb-94ffb8f9fb1c6d7dff2225b3858045729930e718.tar.xz
Remove bad include from dbus singleton
Neither of these files make use of io_context, so they shouldn't be here Tested: Code compiles Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I86c195a5881a50a275e977aa73b9d7144b53844b
Diffstat (limited to 'src')
-rw-r--r--src/dbus_singleton.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dbus_singleton.cpp b/src/dbus_singleton.cpp
index 726c3d4bb5..b3b808bfe1 100644
--- a/src/dbus_singleton.cpp
+++ b/src/dbus_singleton.cpp
@@ -1,7 +1,5 @@
#include "dbus_singleton.hpp"
-#include <boost/asio/io_context.hpp>
-
namespace crow
{
namespace connections