diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-04-07 12:43:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-04-07 13:19:14 +0300 |
commit | c076babe3ce636d60a699f66e4912c4d043b0412 (patch) | |
tree | 184c7e92cfd63b399c7ad8daa30984419a8503f3 /shell/source/unix/sysshell | |
parent | 94a95dce43e07b40350ed849db148b2946e3fd5e (diff) |
Drop pointless "internal" directory level for already internal include files
Change-Id: I1ece44616704483cd4d9d2b6204329414f82a98c
Diffstat (limited to 'shell/source/unix/sysshell')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 3049bcf6587a..0d5ded137199 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -29,8 +29,8 @@ #include <osl/diagnose.h> #include "recently_used_file.hxx" -#include "internal/xml_parser.hxx" -#include "internal/i_xml_parser_event_handler.hxx" +#include "xml_parser.hxx" +#include "i_xml_parser_event_handler.hxx" #include <map> #include <vector> |