| Index: Source/core/rendering/RenderTheme.cpp
|
| diff --git a/Source/core/rendering/RenderTheme.cpp b/Source/core/rendering/RenderTheme.cpp
|
| index 91bfeb3bbabb2cb89272f0ac60f2e0a74f7972d9..fcd15c3d030109eead1c908538281dd48ea1afc5 100644
|
| --- a/Source/core/rendering/RenderTheme.cpp
|
| +++ b/Source/core/rendering/RenderTheme.cpp
|
| @@ -25,15 +25,12 @@
|
| #include "CSSValueKeywords.h"
|
| #include "Document.h"
|
| #include "FileList.h"
|
| -#include "FileSystem.h"
|
| -#include "FloatConversion.h"
|
| #include "FocusController.h"
|
| #include "Frame.h"
|
| #include "FrameSelection.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLMeterElement.h"
|
| #include "HTMLNames.h"
|
| -#include "LocalizedStrings.h"
|
| #include "MediaControlElements.h"
|
| #include "Page.h"
|
| #include "PaintInfo.h"
|
| @@ -43,6 +40,9 @@
|
| #include "Settings.h"
|
| #include "SpinButtonElement.h"
|
| #include "TextControlInnerElements.h"
|
| +#include "core/platform/FileSystem.h"
|
| +#include "core/platform/FloatConversion.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| #include "core/platform/graphics/FontSelector.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/StringTruncator.h"
|
|
|