summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-28 23:10:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-29 09:33:46 +0100
commit44eb2b3355e0846a5acba0f503d7c0b3e1c94949 (patch)
tree8ebe411e53f933d9928f6a9fa3b39484de5e69de /padmin
parentc04c8e918bd4a3095bd95cc0f74137bff17f7753 (diff)
remove archaic header guards
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/helper.hxx2
-rw-r--r--padmin/source/padialog.hxx4
2 files changed, 0 insertions, 6 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index 14cee58531bd..6fa763d87079 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -29,9 +29,7 @@
#ifndef _PAD_HELPER_HXX_
#define _PAD_HELPER_HXX_
-#ifndef __SGI_STL_LIST
#include <list>
-#endif
#include <tools/string.hxx>
#include <tools/resid.hxx>
#include <vcl/dialog.hxx>
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx
index 42f034b781b5..337bb145f7ff 100644
--- a/padmin/source/padialog.hxx
+++ b/padmin/source/padialog.hxx
@@ -28,12 +28,8 @@
#ifndef _PAD_PADIALOG_HXX_
#define _PAD_PADIALOG_HXX_
-#ifndef __SGI_STL_LIST
#include <list>
-#endif
-#ifndef _RTL_USTRING
#include <rtl/ustring.hxx>
-#endif
#include <vcl/dialog.hxx>
#include <tools/config.hxx>
#include <vcl/lstbox.hxx>