Index: Source/core/html/parser/HTMLElementStack.cpp |
diff --git a/Source/core/html/parser/HTMLElementStack.cpp b/Source/core/html/parser/HTMLElementStack.cpp |
index 92db841a363ee9007e3c4522b940fba0bc87df20..5ea0549dbaef2171aa83b6b9cf3fc984a965acbe 100644 |
--- a/Source/core/html/parser/HTMLElementStack.cpp |
+++ b/Source/core/html/parser/HTMLElementStack.cpp |
@@ -27,9 +27,9 @@ |
#include "config.h" |
#include "core/html/parser/HTMLElementStack.h" |
-#include "HTMLNames.h" |
-#include "MathMLNames.h" |
-#include "SVGNames.h" |
+#include "core/HTMLNames.h" |
+#include "core/MathMLNames.h" |
+#include "core/SVGNames.h" |
#include "core/dom/Element.h" |
#include "core/html/HTMLElement.h" |