summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:55:19 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:21:30 +0200
commit1275d274db37fc333838321347e1887488f8f4c0 (patch)
tree8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /padmin
parentbcef91b779f6802dd8bdec91d945038716faf181 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/cmddlg.hxx2
-rw-r--r--padmin/source/helper.hxx6
-rw-r--r--padmin/source/newppdlg.hxx2
-rw-r--r--padmin/source/padialog.hxx2
4 files changed, 0 insertions, 12 deletions
diff --git a/padmin/source/cmddlg.hxx b/padmin/source/cmddlg.hxx
index 9e6d12cf4277..fd0a35ec3ae5 100644
--- a/padmin/source/cmddlg.hxx
+++ b/padmin/source/cmddlg.hxx
@@ -30,9 +30,7 @@
#include <vcl/dialog.hxx>
#include <tools/config.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/fixed.hxx>
#include <vcl/group.hxx>
#include <vcl/combobox.hxx>
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index 636241b826a6..acd890292520 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -32,18 +32,12 @@
#include <list>
#endif
#include <tools/string.hxx>
-#ifndef _RESID_HXX
#include <tools/resid.hxx>
-#endif
#include <vcl/dialog.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/edit.hxx>
#include <vcl/fixed.hxx>
-#ifndef _SV_LISTBOX_HXX
#include <vcl/lstbox.hxx>
-#endif
#include <vcl/combobox.hxx>
class Config;
diff --git a/padmin/source/newppdlg.hxx b/padmin/source/newppdlg.hxx
index 5b4aa9f755eb..6700eb28dfff 100644
--- a/padmin/source/newppdlg.hxx
+++ b/padmin/source/newppdlg.hxx
@@ -29,9 +29,7 @@
#define _PAD_NEWPPDLG_HXX_
#include <vcl/dialog.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/combobox.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx
index 2a8285f8af88..81523a6c0da8 100644
--- a/padmin/source/padialog.hxx
+++ b/padmin/source/padialog.hxx
@@ -36,9 +36,7 @@
#include <vcl/dialog.hxx>
#include <tools/config.hxx>
#include <vcl/lstbox.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/fixed.hxx>
#include <vcl/group.hxx>
#include <vcl/edit.hxx>