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/source/window/window2.cxx | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'vcl/source/window/window2.cxx')
-rw-r--r-- | vcl/source/window/window2.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index 02b2713b01cc..6e19dea2c46f 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -29,9 +29,7 @@ #include "precompiled_vcl.hxx" #include <limits.h> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salbmp.hxx> #include <vcl/salgdi.hxx> #include <vcl/salframe.hxx> @@ -49,9 +47,7 @@ #include <vcl/window.h> #include <vcl/window.hxx> #include <vcl/scrbar.hxx> -#ifndef _SV_SCRWND_HXX #include <scrwnd.hxx> -#endif #include <vcl/dockwin.hxx> |