summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/exported_object.h')
-rw-r--r--dbus/exported_object.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbus/exported_object.h b/dbus/exported_object.h
index 7dd8ca5..bc67bcd 100644
--- a/dbus/exported_object.h
+++ b/dbus/exported_object.h
@@ -6,20 +6,18 @@
#define DBUS_EXPORTED_OBJECT_H_
#pragma once
-#include <string>
+#include <dbus/dbus.h>
+
#include <map>
+#include <string>
#include <utility>
-#include <dbus/dbus.h>
-
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/platform_thread.h"
#include "base/time.h"
-class MessageLoop;
-
namespace dbus {
class Bus;