Index: Source/core/editing/RemoveCSSPropertyCommand.cpp |
diff --git a/Source/core/editing/RemoveCSSPropertyCommand.cpp b/Source/core/editing/RemoveCSSPropertyCommand.cpp |
index f7215094b8a174b19c9bf8d949c654d667db65dd..8f69ff6724272c17ef076531449d14e7b46ef62b 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 "ExceptionCodePlaceholder.h" |
-#include "StyledElement.h" |
#include "core/css/CSSStyleDeclaration.h" |
#include "core/css/StylePropertySet.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/StyledElement.h" |
#include <wtf/Assertions.h> |
namespace WebCore { |