diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:02:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:02:44 +0200 |
commit | b0c96965cfc02d2beb062158483079a2e746474f (patch) | |
tree | 014375f1c3b160feb9552340b05129072c8c2794 /extensions/source/plugin/win/sysplug.cxx | |
parent | d0f6d5d97c66a361928c1d709b49d55ddeec6452 (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'extensions/source/plugin/win/sysplug.cxx')
-rw-r--r-- | extensions/source/plugin/win/sysplug.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/win/sysplug.cxx b/extensions/source/plugin/win/sysplug.cxx index c992341dc947..27e1f18916d6 100644 --- a/extensions/source/plugin/win/sysplug.cxx +++ b/extensions/source/plugin/win/sysplug.cxx @@ -34,7 +34,7 @@ #pragma warning (push,1) #pragma warning (disable:4005) - #include <tools/prewin.h> + #include <prewin.h> #include <windows.h> #include <string.h> @@ -43,7 +43,7 @@ #include <winbase.h> #include <objbase.h> - #include <tools/postwin.h> + #include <postwin.h> #pragma warning (pop) |