diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 09:49:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 14:19:54 +0000 |
commit | 86b595a2a82dfa796c1b91d39c74ca991c35265e (patch) | |
tree | 12e934a18421696fe2a197d0171a1ef96be6f108 /unotools | |
parent | 908b4d33af9361ace4f50f4609e19604bb57e64f (diff) |
remove archaic SGI header guards
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/atom.hxx | 2 | ||||
-rw-r--r-- | unotools/source/config/compatibility.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/historyoptions.cxx | 5 |
4 files changed, 0 insertions, 11 deletions
diff --git a/unotools/inc/unotools/atom.hxx b/unotools/inc/unotools/atom.hxx index ed32efb79626..a371c5fa9bb7 100644 --- a/unotools/inc/unotools/atom.hxx +++ b/unotools/inc/unotools/atom.hxx @@ -34,9 +34,7 @@ #include <cppuhelper/implbase1.hxx> #include <hash_map> -#ifndef __SGI_STL_LIST #include <list> -#endif #include <com/sun/star/util/XAtomServer.hpp> #define INVALID_ATOM 0 diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx index c65c83245e70..3b891324632a 100644 --- a/unotools/source/config/compatibility.cxx +++ b/unotools/source/config/compatibility.cxx @@ -41,9 +41,7 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#ifndef __SGI_STL_VECTOR #include <vector> -#endif #include <itemholder1.hxx> diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index 3dc775c6bdca..87f535f72399 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -37,9 +37,7 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#ifndef __SGI_STL_VECTOR #include <vector> -#endif #include <itemholder1.hxx> diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index dd18d399bc10..b537792c953b 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source/config/historyoptions.cxx @@ -37,13 +37,8 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#ifndef __SGI_STL_DEQUE #include <deque> -#endif - -#ifndef __SGI_STL_ALGORITHM #include <algorithm> -#endif #include <rtl/logfile.hxx> #include "itemholder1.hxx" |