summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.cc')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.cc b/webkit/glue/webdevtoolsagent_impl.cc
index ecf199c..a548a59 100644
--- a/webkit/glue/webdevtoolsagent_impl.cc
+++ b/webkit/glue/webdevtoolsagent_impl.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "config.h"
-#include "webkit/glue/webdevtoolsagent_impl.h"
#include <string>
#include "Document.h"
+#include "EventListener.h"
#include "InspectorController.h"
#include "Node.h"
#include "Page.h"
@@ -19,6 +19,7 @@
#include "webkit/glue/devtools/net_agent_impl.h"
#include "webkit/glue/glue_util.h"
#include "webkit/glue/webdevtoolsagent_delegate.h"
+#include "webkit/glue/webdevtoolsagent_impl.h"
#include "webkit/glue/webview_impl.h"
using WebCore::Document;