| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index bd13337fc65fc1c9a7e02fe83a927f1d43f6dc67..85421bf5c521b81d033452c24b1bbfff35e70420 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -31,17 +31,13 @@
|
| #ifndef InspectorInstrumentation_h
|
| #define InspectorInstrumentation_h
|
|
|
| -#include "bindings/v8/ScriptState.h"
|
| #include "bindings/v8/ScriptString.h"
|
| -#include "core/css/CSSImportRule.h"
|
| -#include "core/css/CSSRule.h"
|
| #include "core/css/CSSSelector.h"
|
| #include "core/css/CSSStyleSheet.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/EventContext.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| #include "core/inspector/ConsoleAPITypes.h"
|
| -#include "core/page/ConsoleTypes.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
| #include "core/platform/network/FormData.h"
|
| @@ -51,8 +47,6 @@
|
| #include "modules/websockets/WebSocketHandshakeRequest.h"
|
| #include "modules/websockets/WebSocketHandshakeResponse.h"
|
| #include "wtf/RefPtr.h"
|
| -#include "wtf/UnusedParam.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|