Index: Source/core/html/ColorInputType.cpp |
diff --git a/Source/core/html/ColorInputType.cpp b/Source/core/html/ColorInputType.cpp |
index 06abe9e17765416dc256f3c47cb5eeb07ffc71c5..e6278d451e0fbdfc542eca28e16205292cebc09f 100644 |
--- a/Source/core/html/ColorInputType.cpp |
+++ b/Source/core/html/ColorInputType.cpp |
@@ -35,7 +35,6 @@ |
#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ScriptController.h" |
#include "core/dom/MouseEvent.h" |
-#include "core/dom/shadow/ElementShadow.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLDataListElement.h" |
#include "core/html/HTMLDivElement.h" |
@@ -44,10 +43,9 @@ |
#include "core/html/InputTypeNames.h" |
#include "core/page/Chrome.h" |
#include "core/platform/graphics/Color.h" |
-#include "core/rendering/RenderObject.h" |
#include "core/rendering/RenderView.h" |
-#include <wtf/PassOwnPtr.h> |
-#include <wtf/text/WTFString.h> |
+#include "wtf/PassOwnPtr.h" |
+#include "wtf/text/WTFString.h" |
namespace WebCore { |