diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:53:46 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:08:01 +0200 |
commit | d41279d5861cbeb4bd87bf6932f1839a51f634f6 (patch) | |
tree | 95e532a374991b38e7626cae371d7f8c0a3b463f /extensions/source/dbpilots | |
parent | e2039c054c9674bd68652274bd64ee1a569b196b (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r-- | extensions/source/dbpilots/controlwizard.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx index 13920c5978f7..8c19b1caf00b 100644 --- a/extensions/source/dbpilots/controlwizard.hxx +++ b/extensions/source/dbpilots/controlwizard.hxx @@ -35,15 +35,11 @@ #include <com/sun/star/task/XInteractionHandler.hpp> #include <vcl/fixed.hxx> #include <vcl/edit.hxx> -#ifndef _SV_BUTTON_HXX #include <vcl/button.hxx> -#endif #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> #include "dbptypes.hxx" -#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ #include "dbpresid.hrc" -#endif #include "componentmodule.hxx" #include "wizardcontext.hxx" |