summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:10:06 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-26 00:10:06 +0100
commit50bc16bd35c8a2756f44d9540bde06b4c971d5ac (patch)
tree1755b0877e12cd737785b791b95ea2d1568b1504 /extensions
parentdbfe237fe254bcaecb9bdf6c39e9ec2beac60e93 (diff)
Adapt the tree to tools/svwin.h removal
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/scanner/scanwin.cxx2
-rw-r--r--extensions/source/scanner/twain.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx
index 963d89287e2d..b5552c655f77 100644
--- a/extensions/source/scanner/scanwin.cxx
+++ b/extensions/source/scanner/scanwin.cxx
@@ -39,8 +39,8 @@
#include <cppuhelper/implbase1.hxx>
#include <comphelper/processfactory.hxx>
+#include <windows.h>
#include <math.h>
-#include <tools/svwin.h>
#include <tools/stream.hxx>
#include <osl/mutex.hxx>
#include <osl/module.hxx>
diff --git a/extensions/source/scanner/twain.cxx b/extensions/source/scanner/twain.cxx
index 1bbc9128af3d..a1a9efc6c7f0 100644
--- a/extensions/source/scanner/twain.cxx
+++ b/extensions/source/scanner/twain.cxx
@@ -33,7 +33,7 @@
#include <math.h>
#if defined( WNT )
-#include <tools/svwin.h>
+#include <windows.h>
#endif
#ifdef OS2
#include <svpm.h>