From d8fc1770099c5bd96ac518561f10840a7dfd62d1 Mon Sep 17 00:00:00 2001
From: Thomas Arnhold <thomas@arnhold.org>
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/source/ucp')

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>
-- 
cgit