| Index: Source/core/page/PageConsole.h
|
| diff --git a/Source/core/page/PageConsole.h b/Source/core/page/PageConsole.h
|
| index cc82a2bf5fe4cb3ec10c1a80f7c403e7fc3786cd..849ef1383e784ca4582288d2a089c00ab16aa18e 100644
|
| --- a/Source/core/page/PageConsole.h
|
| +++ b/Source/core/page/PageConsole.h
|
| @@ -32,9 +32,8 @@
|
| #include "bindings/v8/ScriptState.h"
|
| #include "core/inspector/ScriptCallStack.h"
|
| #include "core/page/ConsoleTypes.h"
|
| -#include <wtf/BitVector.h>
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|