| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index a199ab0605daf3ddc5d6a0799bf9c4e7bf7d177c..fb7c26695be7fe292b9d43ab7819700ac6689d9a 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -41,18 +41,14 @@
|
| #include "core/dom/UserActionElementSet.h"
|
| #include "core/dom/ViewportArguments.h"
|
| #include "core/html/CollectionType.h"
|
| -#include "core/inspector/InspectorCounters.h"
|
| #include "core/page/FocusDirection.h"
|
| #include "core/page/PageVisibilityState.h"
|
| -#include "core/platform/PlatformScreen.h"
|
| #include "weborigin/ReferrerPolicy.h"
|
| #include "core/platform/Timer.h"
|
| #include "core/platform/graphics/Color.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/text/StringWithDirection.h"
|
| #include "core/rendering/HitTestRequest.h"
|
| #include <wtf/Deque.h>
|
| -#include <wtf/FixedArray.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|