diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-23 12:22:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-23 12:22:39 +0100 |
commit | d8fc1770099c5bd96ac518561f10840a7dfd62d1 (patch) | |
tree | 68e92d315c918f978d2602a02c700bb6ec528589 /ucb | |
parent | 3313f7a555300bdce3fe18117386397431b4202b (diff) |
remove all other deprecated header guards
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filglob.cxx | 3 | ||||
-rw-r--r-- | ucb/source/ucp/file/shell.cxx | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx index c55cc846f37d..d436fa096745 100644 --- a/ucb/source/ucp/file/filglob.cxx +++ b/ucb/source/ucp/file/filglob.cxx @@ -32,10 +32,7 @@ #include "shell.hxx" #include "bc.hxx" #include <osl/file.hxx> -#ifndef INCLUDED_STL_VECTOR #include <vector> -#define INCLUDED_STL_VECTOR -#endif #include <ucbhelper/cancelcommandexecution.hxx> #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/ucb/UnsupportedCommandException.hpp> diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx index a54d4dd232bd..725820d00ddd 100644 --- a/ucb/source/ucp/file/shell.cxx +++ b/ucb/source/ucp/file/shell.cxx @@ -26,11 +26,7 @@ * ************************************************************************/ -#ifndef INCLUDED_STL_STACK #include <stack> -#define INCLUDED_STL_STACK -#endif - #include "osl/diagnose.h" #include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> |