diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 09:55:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-17 14:17:31 +0000 |
commit | 16f0d71a5111258c6698b41cc1e25394cbeff49d (patch) | |
tree | 27ae59225f4228414a0017d95201fbef9dabd60a /framework/inc/dispatch | |
parent | 3db12e58615f5568daa38bc43debfc16f5fe632e (diff) |
remove archaic SGI header guards
Diffstat (limited to 'framework/inc/dispatch')
-rw-r--r-- | framework/inc/dispatch/interceptionhelper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index 39b6d14e716f..29c553d2173b 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -58,9 +58,7 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> -#ifndef __SGI_STL_DEQUE #include <deque> -#endif //_________________________________________________________________________________________________________________ // namespace |