diff options
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r-- | vcl/source/app/svmain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 23663c56ad9d..b8c97d08d9c8 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -40,14 +40,14 @@ #include <vcl/ImageTree.hxx> #include <vcl/settings.hxx> #include <vcl/toolkit/unowrap.hxx> -#include <vcl/configsettings.hxx> +#include <configsettings.hxx> #include <vcl/lazydelete.hxx> #include <vcl/embeddedfontshelper.hxx> -#include <vcl/debugevent.hxx> #include <vcl/dialog.hxx> #include <vcl/menu.hxx> #include <vcl/virdev.hxx> #include <vcl/print.hxx> +#include <debugevent.hxx> #include <scrwnd.hxx> #ifdef _WIN32 |