From d8fc1770099c5bd96ac518561f10840a7dfd62d1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 23 Feb 2012 12:22:39 +0100 Subject: remove all other deprecated header guards --- ucb/source/ucp/file/filglob.cxx | 3 --- ucb/source/ucp/file/shell.cxx | 4 ---- 2 files changed, 7 deletions(-) (limited to 'ucb') 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 -#ifndef INCLUDED_STL_VECTOR #include -#define INCLUDED_STL_VECTOR -#endif #include #include #include 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 -#define INCLUDED_STL_STACK -#endif - #include "osl/diagnose.h" #include #include -- cgit