diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-28 23:10:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-29 09:33:46 +0100 |
commit | 44eb2b3355e0846a5acba0f503d7c0b3e1c94949 (patch) | |
tree | 8ebe411e53f933d9928f6a9fa3b39484de5e69de /padmin | |
parent | c04c8e918bd4a3095bd95cc0f74137bff17f7753 (diff) |
remove archaic header guards
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/helper.hxx | 2 | ||||
-rw-r--r-- | padmin/source/padialog.hxx | 4 |
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> |