| Index: Source/bindings/core/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/PageScriptDebugServer.h b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| index d22b6aa923721fc8dff0ebbc750e9c24d57a78c7..95a7911742cfe8bc07aa0a8447429b1e1919d960 100644
|
| --- a/Source/bindings/core/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| @@ -33,14 +33,11 @@
|
|
|
| #include "bindings/core/v8/ScriptDebugServer.h"
|
| #include "bindings/core/v8/ScriptPreprocessor.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/RefCounted.h"
|
| #include <v8.h>
|
|
|
| namespace blink {
|
|
|
| class Page;
|
| -class ScriptController;
|
| class ScriptPreprocessor;
|
| class ScriptSourceCode;
|
|
|
|
|