diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2011-01-24 20:21:12 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2011-01-24 20:21:12 +0100 |
commit | 19ba1faf12419233e8a772ba8609703cbce1c6e7 (patch) | |
tree | f1dfda6c1e47e3a21be87bc647845e1657109670 /vcl/win/source/app/saldata.cxx | |
parent | 5d463c719bb2881d63da68d0752e4086c265876d (diff) |
vcl2gnumake: #i116589# header cleanup: windows
Diffstat (limited to 'vcl/win/source/app/saldata.cxx')
-rwxr-xr-x[-rw-r--r--] | vcl/win/source/app/saldata.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/win/source/app/saldata.cxx b/vcl/win/source/app/saldata.cxx index 5f94029ad817..8dab0b56947a 100644..100755 --- a/vcl/win/source/app/saldata.cxx +++ b/vcl/win/source/app/saldata.cxx @@ -27,11 +27,12 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#include <tools/svwin.h> + +#include "tools/svwin.h" #include "rtl/tencinfo.h" -#include <saldata.hxx> -#include <vcl/svapp.hxx> +#include "vcl/svapp.hxx" +#include "win/saldata.hxx" // ======================================================================= |