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 | |
parent | c04c8e918bd4a3095bd95cc0f74137bff17f7753 (diff) |
remove archaic header guards
-rw-r--r-- | dbaccess/source/ui/dlg/dbfindex.hxx | 2 | ||||
-rw-r--r-- | padmin/source/helper.hxx | 2 | ||||
-rw-r--r-- | padmin/source/padialog.hxx | 4 |
3 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.hxx b/dbaccess/source/ui/dlg/dbfindex.hxx index c10b2362027b..2e4957003e25 100644 --- a/dbaccess/source/ui/dlg/dbfindex.hxx +++ b/dbaccess/source/ui/dlg/dbfindex.hxx @@ -34,9 +34,7 @@ #include <vcl/combobox.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> -#ifndef __SGI_STL_LIST #include <list> -#endif #include <comphelper/stl_types.hxx> //......................................................................... 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> |