summaryrefslogtreecommitdiff
path: root/shell/source/win32/ooofilereader/basereader.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-04-07 12:43:39 +0300
committerTor Lillqvist <tml@collabora.com>2016-04-07 13:19:14 +0300
commitc076babe3ce636d60a699f66e4912c4d043b0412 (patch)
tree184c7e92cfd63b399c7ad8daa30984419a8503f3 /shell/source/win32/ooofilereader/basereader.cxx
parent94a95dce43e07b40350ed849db148b2946e3fd5e (diff)
Drop pointless "internal" directory level for already internal include files
Change-Id: I1ece44616704483cd4d9d2b6204329414f82a98c
Diffstat (limited to 'shell/source/win32/ooofilereader/basereader.cxx')
-rw-r--r--shell/source/win32/ooofilereader/basereader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/ooofilereader/basereader.cxx b/shell/source/win32/ooofilereader/basereader.cxx
index 823618a1349f..d2e9773ce1c5 100644
--- a/shell/source/win32/ooofilereader/basereader.cxx
+++ b/shell/source/win32/ooofilereader/basereader.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "internal/basereader.hxx"
+#include "basereader.hxx"
-#include "internal/xml_parser.hxx"
+#include "xml_parser.hxx"
#include "assert.h"
#include <memory>