Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index bc90f961223e766d73e70c37365ec35c45280a28..6245b13d9c5c65345753c31990ed1d75bb31f0cb 100644 |
--- a/Source/core/rendering/RenderBox.cpp |
+++ b/Source/core/rendering/RenderBox.cpp |
@@ -26,9 +26,7 @@ |
#include "config.h" |
#include "core/rendering/RenderBox.h" |
-#include <math.h> |
-#include <algorithm> |
-#include "HTMLNames.h" |
+#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |
#include "core/editing/htmlediting.h" |
#include "core/frame/FrameHost.h" |
@@ -60,6 +58,8 @@ |
#include "platform/geometry/FloatQuad.h" |
#include "platform/geometry/TransformState.h" |
#include "platform/graphics/GraphicsContextStateSaver.h" |
+#include <algorithm> |
+#include <math.h> |
using namespace std; |