summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:27:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:27:10 +0000
commitd5305e672b095eebbc06dbdd7206ef38ebb17e59 (patch)
tree6c89fda4be226dc5106bcf38eaa6eca9e2913899 /codemaker
parenta462c1aaf54ea8c624513c00acde79dd0f5a869b (diff)
INTEGRATION: CWS ooo20040704 (1.2.8); FILE MERGED
2004/08/09 14:26:23 vg 1.2.8.2: RESYNC MERGED 1.2 1.3 Everything below this line will be added to the revision comment. 2004/06/28 12:04:08 cmc 1.2.8.1: #i30801 allow using system stl if possible
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/codemaker/dependencies.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/codemaker/source/codemaker/dependencies.cxx b/codemaker/source/codemaker/dependencies.cxx
index 4cf63429c..469fb09ca 100644
--- a/codemaker/source/codemaker/dependencies.cxx
+++ b/codemaker/source/codemaker/dependencies.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dependencies.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 14:45:24 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:27:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,6 @@
#include "rtl/ustring.hxx"
#include "sal/types.h"
-#include <hash_map>
#include <vector>
using codemaker::Dependencies;