Index: Source/core/editing/RemoveCSSPropertyCommand.cpp |
diff --git a/Source/core/editing/RemoveCSSPropertyCommand.cpp b/Source/core/editing/RemoveCSSPropertyCommand.cpp |
index 115cd6842c9e9286603235fb94ff97ec3c6fda10..f7215094b8a174b19c9bf8d949c654d667db65dd 100644 |
--- a/Source/core/editing/RemoveCSSPropertyCommand.cpp |
+++ b/Source/core/editing/RemoveCSSPropertyCommand.cpp |
@@ -26,10 +26,10 @@ |
#include "config.h" |
#include "core/editing/RemoveCSSPropertyCommand.h" |
-#include "CSSStyleDeclaration.h" |
#include "ExceptionCodePlaceholder.h" |
-#include "StylePropertySet.h" |
#include "StyledElement.h" |
+#include "core/css/CSSStyleDeclaration.h" |
+#include "core/css/StylePropertySet.h" |
#include <wtf/Assertions.h> |
namespace WebCore { |