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 --- xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx | 4 ---- xmlhelp/source/cxxhelp/provider/databases.hxx | 6 ------ xmlhelp/source/cxxhelp/provider/resultsetbase.hxx | 3 --- xmlhelp/source/treeview/tvread.hxx | 3 --- 4 files changed, 16 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx index aaa7244bb674..5f28e8ee9b60 100644 --- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx +++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx @@ -28,14 +28,10 @@ #ifndef _XMLSEARCH_UTIL_DECOMPRESSOR_HXX_ #define _XMLSEARCH_UTIL_DECOMPRESSOR_HXX_ -#ifndef INCLUDED_STL_VECTOR #include -#define INCLUDED_STL_VECTOR -#endif #include #include - namespace xmlsearch { namespace util { diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index d9c333f9ff70..028fad1931bf 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -29,14 +29,8 @@ #ifndef _DATABASES_HXX_ #define _DATABASES_HXX_ -#ifndef INCLUDED_STL_SET #include -#define INCLUDED_STL_SET -#endif -#ifndef INCLUDED_STL_VECTOR #include -#define INCLUDED_STL_VECTOR -#endif #include #include #include diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx index c7cf7f64dd00..98772c184eac 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx @@ -28,10 +28,7 @@ #ifndef _RESULTSETBASE_HXX #define _RESULTSETBASE_HXX -#ifndef INCLUDED_STL_VECTOR #include -#define INCLUDED_STL_VECTOR -#endif #include #include #include diff --git a/xmlhelp/source/treeview/tvread.hxx b/xmlhelp/source/treeview/tvread.hxx index 847e5fdc08ac..a6bd75135c71 100644 --- a/xmlhelp/source/treeview/tvread.hxx +++ b/xmlhelp/source/treeview/tvread.hxx @@ -29,10 +29,7 @@ #ifndef _TREEVIEW_TVREAD_HXX_ #define _TREEVIEW_TVREAD_HXX_ -#ifndef INCLUDED_STL_VECTOR #include -#define INCLUDED_STL_VECTOR -#endif #include #include #include -- cgit