Index: Source/core/rendering/RenderMenuList.cpp |
diff --git a/Source/core/rendering/RenderMenuList.cpp b/Source/core/rendering/RenderMenuList.cpp |
index 38702918ecfc8c2833999c1c436aaa5e8ea08eec..f900e5885f08ec01e0a2c94393b9697ada470c5d 100644 |
--- a/Source/core/rendering/RenderMenuList.cpp |
+++ b/Source/core/rendering/RenderMenuList.cpp |
@@ -25,8 +25,7 @@ |
#include "config.h" |
#include "core/rendering/RenderMenuList.h" |
-#include <math.h> |
-#include "HTMLNames.h" |
+#include "core/HTMLNames.h" |
#include "core/accessibility/AXMenuList.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/css/CSSFontSelector.h" |
@@ -46,6 +45,7 @@ |
#include "platform/fonts/FontCache.h" |
#include "platform/geometry/IntSize.h" |
#include "platform/text/PlatformLocale.h" |
+#include <math.h> |
using namespace std; |