summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus/exported_object.h8
-rw-r--r--dbus/object_proxy.h5
2 files changed, 5 insertions, 8 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;
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index 484f107..dcba44d 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -6,17 +6,16 @@
#define DBUS_OBJECT_PROXY_H_
#pragma once
+#include <dbus/dbus.h>
+
#include <map>
#include <string>
#include <vector>
-#include <dbus/dbus.h>
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/time.h"
-class MessageLoop;
-
namespace dbus {
class Bus;