Index: Source/core/editing/ApplyStyleCommand.cpp |
diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp |
index 847f85f3c853d8301ae8c9359d166750d1bf33e0..6638f846bd1182d0e3c0efa2753ab91210b6a1d4 100644 |
--- a/Source/core/editing/ApplyStyleCommand.cpp |
+++ b/Source/core/editing/ApplyStyleCommand.cpp |
@@ -26,9 +26,9 @@ |
#include "config.h" |
#include "core/editing/ApplyStyleCommand.h" |
-#include "CSSPropertyNames.h" |
-#include "CSSValueKeywords.h" |
-#include "HTMLNames.h" |
+#include "core/CSSPropertyNames.h" |
+#include "core/CSSValueKeywords.h" |
+#include "core/HTMLNames.h" |
#include "core/css/CSSComputedStyleDeclaration.h" |
#include "core/css/CSSValuePool.h" |
#include "core/css/StylePropertySet.h" |