diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:40:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:40:27 +0000 |
commit | 686fe3f8d02b97540719fb8c0da8205bd4d2d21f (patch) | |
tree | 2bf84eea43cdd8387f60ef1462be99f9d407d741 | |
parent | 3ae9861b0fbcb6f33bcc6acf6abfad5aed082057 (diff) |
INTEGRATION: CWS hr33 (1.5.138); FILE MERGED
2006/11/02 18:55:26 hr 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED
2006/05/03 15:50:21 hr 1.5.138.1: #i55967#: remove not needed STL includes
-rw-r--r-- | framework/inc/classes/protocolhandlercache.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index 5a15a6f47826..f6aff04e346f 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -4,9 +4,9 @@ * * $RCSfile: protocolhandlercache.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:49:37 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:40:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,12 +36,6 @@ #ifndef __FRAMEWORK_CLASSES_PROTOCOLHANDLERCACHE_HXX_ #define __FRAMEWORK_CLASSES_PROTOCOLHANDLERCACHE_HXX_ -/** Attention: stl headers must(!) be included at first. Otherwhise it can make trouble - with solaris headers ... -*/ -#include <hash_map> -#include <vector> - //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ |