Index: Source/core/editing/FrameSelection.cpp |
diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp |
index 4e48a8ac13c73bbbfbc2affb2770e695824485c5..6183f67653c5cddc2ab1a423a11431876047f94a 100644 |
--- a/Source/core/editing/FrameSelection.cpp |
+++ b/Source/core/editing/FrameSelection.cpp |
@@ -26,7 +26,6 @@ |
#include "config.h" |
#include "core/editing/FrameSelection.h" |
-#include <limits.h> |
#include <stdio.h> |
#include "HTMLNames.h" |
#include "core/accessibility/AXObjectCache.h" |
@@ -64,7 +63,7 @@ |
#include "core/rendering/RenderTheme.h" |
#include "core/rendering/RenderView.h" |
#include "core/rendering/RenderWidget.h" |
-#include <wtf/text/CString.h> |
+#include "wtf/text/CString.h" |
#define EDIT_DEBUG 0 |