| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index 02be2a3d66213054f5c236d8c2a450a2961e589d..e8579638dcad3f0361629283144eadd7397490dd 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -25,16 +25,14 @@
|
| #include "core/page/LayoutMilestones.h"
|
| #include "core/page/PageVisibilityState.h"
|
| #include "core/page/UseCounter.h"
|
| -#include "core/platform/PlatformScreen.h"
|
| #include "core/platform/Supplementable.h"
|
| #include "core/platform/graphics/LayoutRect.h"
|
| #include "core/platform/graphics/Region.h"
|
| #include "core/rendering/Pagination.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #if OS(SOLARIS)
|
| #include <sys/time.h> // For time_t structure.
|
|
|