diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-07-01 01:06:04 +0200 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-07-11 11:12:15 +0530 |
commit | 739e20ac58983925f2076a9848435b7d4fb5366a (patch) | |
tree | 17b9a337f9ff5a59760eb52ba261fa02dedfbcae /extensions/source/scanner | |
parent | 185b8bfc6796ec0a8cc701bf2de5df9cc6abd10d (diff) |
Decrease header files dependencies
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/scanwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx index 2eaf89dcd6b7..1b5a595ae54a 100644 --- a/extensions/source/scanner/scanwin.cxx +++ b/extensions/source/scanner/scanwin.cxx @@ -42,12 +42,12 @@ #include <postwin.h> #include <math.h> #include <tools/stream.hxx> +#include <tools/helpers.hxx> #include <osl/mutex.hxx> #include <osl/module.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <vcl/sysdata.hxx> -#include <vcl/salbtype.hxx> #include "scanner.hxx" #if defined MSC |