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 /basic/source/runtime/methods.cxx | |
parent | 30afa21872109ef351ece5d0f0ad14e29d5e790e (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'basic/source/runtime/methods.cxx')
-rw-r--r-- | basic/source/runtime/methods.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 1a60a5d79a45..6ea1f1f20ba1 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -31,9 +31,7 @@ #include <tools/date.hxx> #include <basic/sbxvar.hxx> -#ifndef _VOS_PROCESS_HXX #include <vos/process.hxx> -#endif #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/sound.hxx> @@ -55,9 +53,7 @@ #include <tools/prewin.h> #include "winbase.h" #include <tools/postwin.h> -#ifndef _FSYS_HXX //autogen #include <tools/fsys.hxx> -#endif #else #include <osl/file.hxx> #endif |