diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-09 00:57:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-09 01:04:21 +0200 |
commit | b14f9301ef503c922d89d6a72772c55606313ff7 (patch) | |
tree | f1ef9631a78945fb46b458bb588a1b48a1d2d3df /l10ntools/source/directory.cxx | |
parent | 46fade23824ba53dcdbaa3d3d2c2c9a122472ead (diff) |
prewin.h already includes <windows.h>
Diffstat (limited to 'l10ntools/source/directory.cxx')
-rw-r--r-- | l10ntools/source/directory.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/directory.cxx b/l10ntools/source/directory.cxx index 38255a3841d1..dbe7f67a0b1a 100644 --- a/l10ntools/source/directory.cxx +++ b/l10ntools/source/directory.cxx @@ -103,7 +103,6 @@ void Directory::readDirectory() #ifdef WNT #include <prewin.h> -#include <windows.h> #include <postwin.h> void Directory::readDirectory ( const rtl::OUString& sFullpath ) |