| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index 8abbd97dcb0fbc6658c9b784fd7821d071e99630..a7aed5d100e98538a195f943618a4e585a1e18fe 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -31,24 +31,19 @@
|
| #define InspectorDOMAgent_h
|
|
|
| #include "InspectorFrontend.h"
|
| -#include "core/dom/EventTarget.h"
|
| #include "core/inspector/InjectedScript.h"
|
| #include "core/inspector/InjectedScriptManager.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include "core/inspector/InspectorOverlay.h"
|
| #include "core/platform/JSONValues.h"
|
| -#include "core/platform/Timer.h"
|
| #include "core/rendering/RenderLayer.h"
|
|
|
| -#include <wtf/Deque.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/ListHashSet.h>
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
| class ContainerNode;
|
|
|