| Index: Source/core/testing/InternalSettings.cpp | 
| diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp | 
| index 2f5d97ce1d935b124170ace15aed3ab19c4ff063..99baaa18cc7401a9acb6e9ed607c899e2ac03617 100644 | 
| --- a/Source/core/testing/InternalSettings.cpp | 
| +++ b/Source/core/testing/InternalSettings.cpp | 
| @@ -28,15 +28,10 @@ | 
| #include "InternalSettings.h" | 
|  | 
| #include "RuntimeEnabledFeatures.h" | 
| -#include "core/dom/Document.h" | 
| #include "core/dom/ExceptionCode.h" | 
| -#include "core/page/Frame.h" | 
| -#include "core/page/FrameView.h" | 
| #include "core/page/Page.h" | 
| #include "core/page/Settings.h" | 
| -#include "core/platform/Language.h" | 
| #include "core/platform/Supplementable.h" | 
| -#include "core/platform/graphics/TextRun.h" | 
| #include "core/platform/text/LocaleToScriptMapping.h" | 
|  | 
| #if ENABLE(INPUT_TYPE_COLOR) | 
|  |