diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:51 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:29 +0200 |
commit | 028b4003986f9cff3274707eebd14ee9099bf87b (patch) | |
tree | 6e37bc8851a0a068389d4626a8364669600c6fdf /vcl/os2/source/gdi | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'vcl/os2/source/gdi')
-rw-r--r-- | vcl/os2/source/gdi/salgdi.cxx | 2 | ||||
-rw-r--r-- | vcl/os2/source/gdi/salgdi2.cxx | 2 | ||||
-rw-r--r-- | vcl/os2/source/gdi/salgdi3.cxx | 8 |
3 files changed, 0 insertions, 12 deletions
diff --git a/vcl/os2/source/gdi/salgdi.cxx b/vcl/os2/source/gdi/salgdi.cxx index dff1557170fb..eb152ec9af29 100644 --- a/vcl/os2/source/gdi/salgdi.cxx +++ b/vcl/os2/source/gdi/salgdi.cxx @@ -35,9 +35,7 @@ #include <tools/debug.hxx> #include <salframe.h> #include <tools/poly.hxx> -#ifndef _RTL_STRINGBUF_HXX #include <rtl/strbuf.hxx> -#endif #ifndef __H_FT2LIB #include <wingdi.h> diff --git a/vcl/os2/source/gdi/salgdi2.cxx b/vcl/os2/source/gdi/salgdi2.cxx index 37621ee1f6a8..5834dfc75c40 100644 --- a/vcl/os2/source/gdi/salgdi2.cxx +++ b/vcl/os2/source/gdi/salgdi2.cxx @@ -31,9 +31,7 @@ #define _SV_SALGDI2_CXX #include <salbmp.h> #include <saldata.hxx> -#ifndef _SV_SALIDS_HRC #include <salids.hrc> -#endif #include <salgdi.h> #include <salvd.h> #include <vcl/salbtype.hxx> diff --git a/vcl/os2/source/gdi/salgdi3.cxx b/vcl/os2/source/gdi/salgdi3.cxx index 2086c2a5e4d3..2379b8922cb4 100644 --- a/vcl/os2/source/gdi/salgdi3.cxx +++ b/vcl/os2/source/gdi/salgdi3.cxx @@ -37,15 +37,9 @@ #define _SV_SALGDI3_CXX #include <tools/svwin.h> #include <rtl/tencinfo.h> -#ifndef _OSL_FILE_HXX #include <osl/file.hxx> -#endif -#ifndef _OSL_THREAD_HXX #include <osl/thread.hxx> -#endif -#ifndef _OSL_PROCESS_HXX #include <osl/process.h> -#endif #include <vcl/svapp.hxx> #include <saldata.hxx> #include <salgdi.h> @@ -57,9 +51,7 @@ #include <tools/debug.hxx> #include <saldata.hxx> #include <salgdi.h> -#ifndef _SV_OUTFONT_HXX #include <vcl/outfont.hxx> -#endif #include <sallayout.h> #include <tools/poly.hxx> #include <basegfx/polygon/b2dpolygon.hxx> |