summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:29:48 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:29:48 +0000
commit320eff44dc909bf0fe575b3bff1df08a2fd99736 (patch)
treed17929f1c501ec3bd661c2cae401fdae1ac44d58 /dbus/exported_object.h
parent97739e9e12cb10a63c75e7f6e65db28cc8101037 (diff)
downloadchromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.zip
chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.tar.gz
chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.tar.bz2
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8511045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109998 0039d316-1c4b-4281-b951-d872f2087c98
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;