| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 2315ccbfa8327f9abfeb06fbedbc38d4e75cbb55..6c53a6433a1bff22c8db75c5e71b2988ff6b24e1 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -20,7 +20,6 @@
|
| #include "config.h"
|
| #include "core/page/Page.h"
|
|
|
| -#include "BackForwardController.h"
|
| #include "ClientRectList.h"
|
| #include "DocumentMarkerController.h"
|
| #include "DocumentStyleSheetCollection.h"
|
| @@ -29,7 +28,6 @@
|
| #include "ExceptionCode.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| #include "HTMLElement.h"
|
| -#include "HistoryItem.h"
|
| #include "InspectorController.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "PluginData.h"
|
| @@ -40,6 +38,8 @@
|
| #include "WebCoreMemoryInstrumentation.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| +#include "core/history/BackForwardController.h"
|
| +#include "core/history/HistoryItem.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/loader/ProgressTracker.h"
|
|
|