From 94ffb8f9fb1c6d7dff2225b3858045729930e718 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 16 May 2023 08:56:40 -0700 Subject: 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 Change-Id: I86c195a5881a50a275e977aa73b9d7144b53844b --- src/dbus_singleton.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 - namespace crow { namespace connections -- cgit v1.2.3