| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 47b0e2cb1de4526bcb699e192bb406a22f15cdd0..09f98dc29d4cd4babb2f9d80b02584539398ecff 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -102,7 +102,6 @@
|
| #include "core/page/PrintContext.h"
|
| #include "core/page/Settings.h"
|
| #include "core/frame/animation/AnimationController.h"
|
| -#include "core/platform/Cursor.h"
|
| #include "core/rendering/CompositedLayerMapping.h"
|
| #include "core/rendering/RenderLayer.h"
|
| #include "core/rendering/RenderLayerCompositor.h"
|
| @@ -113,6 +112,7 @@
|
| #include "core/testing/GCObservation.h"
|
| #include "core/workers/WorkerThread.h"
|
| #include "platform/ColorChooser.h"
|
| +#include "platform/Cursor.h"
|
| #include "platform/Language.h"
|
| #include "platform/TraceEvent.h"
|
| #include "platform/geometry/IntRect.h"
|
|
|