| Index: Source/core/inspector/InspectorRuntimeAgent.h
|
| diff --git a/Source/core/inspector/InspectorRuntimeAgent.h b/Source/core/inspector/InspectorRuntimeAgent.h
|
| index 8972b9d91e24e0d94241555dab4712460692b616..8ad65c1f381bb39f855c359d32a45dc9659c3e42 100644
|
| --- a/Source/core/inspector/InspectorRuntimeAgent.h
|
| +++ b/Source/core/inspector/InspectorRuntimeAgent.h
|
| @@ -32,10 +32,9 @@
|
| #define InspectorRuntimeAgent_h
|
|
|
|
|
| -#include "bindings/v8/ScriptState.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|
|
|