diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:30 +0200 |
commit | 1275d274db37fc333838321347e1887488f8f4c0 (patch) | |
tree | 8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /tools/win | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/inc/toolsdll.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/win/inc/toolsdll.hxx b/tools/win/inc/toolsdll.hxx index a6b1546763bc..7e11ab1d084f 100644 --- a/tools/win/inc/toolsdll.hxx +++ b/tools/win/inc/toolsdll.hxx @@ -30,9 +30,7 @@ #ifdef WIN -#ifndef _STRING_H #include <string.h> -#endif #include <tools/svwin.h> #include <tools/solar.h> #include <tools/shl.hxx> |