diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:40 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | facd86ef9cdac2f0acab13a8b525f0bfb99cac28 (patch) | |
tree | b20099418ed50ea373d131c15835efd3946fab41 /idl/source | |
parent | 30afa21872109ef351ece5d0f0ad14e29d5e790e (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/cmptools/char.cxx | 2 | ||||
-rw-r--r-- | idl/source/prj/idldll.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/idl/source/cmptools/char.cxx b/idl/source/cmptools/char.cxx index 9f7272ee4524..2ab04fccb521 100644 --- a/idl/source/cmptools/char.cxx +++ b/idl/source/cmptools/char.cxx @@ -32,9 +32,7 @@ #include <ctype.h> #include <string.h> -#ifndef _TABLE_HXX //autogen #include <tools/table.hxx> -#endif #include <char.hxx> diff --git a/idl/source/prj/idldll.cxx b/idl/source/prj/idldll.cxx index 607cc91e1bf6..6b1ed077bc87 100644 --- a/idl/source/prj/idldll.cxx +++ b/idl/source/prj/idldll.cxx @@ -31,9 +31,7 @@ #ifdef WIN #include <svwin.h> -#ifndef _SYSDEP_HXX #include <sysdep.hxx> -#endif // Statische DLL-Verwaltungs-Variablen static HINSTANCE hDLLInst = 0; // HANDLE der DLL |