Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: Source/core/inspector/InspectorInstrumentation.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InspectorInputAgent.cpp ('k') | Source/core/inspector/InspectorLayerTreeAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInstrumentation.cpp
diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
index f24c5a76a67f1429f0d16d36b71f85ac95b579b8..c83c3dbb05d0668b4f38fedebdc7235784cacbb4 100644
--- a/Source/core/inspector/InspectorInstrumentation.cpp
+++ b/Source/core/inspector/InspectorInstrumentation.cpp
@@ -32,12 +32,6 @@
#include "core/inspector/InspectorInstrumentation.h"
#include "bindings/v8/DOMWrapperWorld.h"
-#include "bindings/v8/ScriptController.h"
-#include "core/css/CSSRule.h"
-#include "core/css/CSSStyleRule.h"
-#include "core/css/StyleRule.h"
-#include "core/css/resolver/StyleResolver.h"
-#include "core/dom/DeviceOrientationData.h"
#include "core/dom/Event.h"
#include "core/dom/EventContext.h"
#include "core/inspector/ConsoleAPITypes.h"
@@ -46,13 +40,11 @@
#include "core/inspector/InspectorCSSAgent.h"
#include "core/inspector/InspectorCanvasAgent.h"
#include "core/inspector/InspectorConsoleAgent.h"
-#include "core/inspector/InspectorController.h"
#include "core/inspector/InspectorDOMAgent.h"
#include "core/inspector/InspectorDOMDebuggerAgent.h"
#include "core/inspector/InspectorDOMStorageAgent.h"
#include "core/inspector/InspectorDatabaseAgent.h"
#include "core/inspector/InspectorDebuggerAgent.h"
-#include "core/inspector/InspectorHeapProfilerAgent.h"
#include "core/inspector/InspectorLayerTreeAgent.h"
#include "core/inspector/InspectorPageAgent.h"
#include "core/inspector/InspectorProfilerAgent.h"
@@ -69,11 +61,9 @@
#include "core/inspector/WorkerRuntimeAgent.h"
#include "core/loader/DocumentLoader.h"
#include "core/page/ConsoleTypes.h"
-#include "core/page/DOMWindow.h"
#include "core/rendering/RenderObject.h"
#include "core/workers/WorkerContext.h"
#include "core/workers/WorkerThread.h"
-#include "core/xml/XMLHttpRequest.h"
#include "modules/webdatabase/Database.h"
#include <wtf/StdLibExtras.h>
#include <wtf/text/CString.h>
« no previous file with comments | « Source/core/inspector/InspectorInputAgent.cpp ('k') | Source/core/inspector/InspectorLayerTreeAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698