summaryrefslogtreecommitdiff
path: root/shell/source/all/xml_parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/all/xml_parser.cxx')
-rw-r--r--shell/source/all/xml_parser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx
index 6d557213d639..3c4dd0bb893b 100644
--- a/shell/source/all/xml_parser.cxx
+++ b/shell/source/all/xml_parser.cxx
@@ -18,11 +18,11 @@
*/
-#include "internal/xml_parser.hxx"
-#include "internal/i_xml_parser_event_handler.hxx"
+#include "xml_parser.hxx"
+#include "i_xml_parser_event_handler.hxx"
#ifdef _WIN32
-#include "internal/utilities.hxx"
+#include "utilities.hxx"
#else
#define UTF8ToWString(s) s
#endif