diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:27:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:27:10 +0000 |
commit | 03b0e3995d20101681813fa74bb7487079f93c53 (patch) | |
tree | bfcbdf01bb8d208d6a3f707d367d51ee7159046c /codemaker | |
parent | 54bd504842f10b0c2d5a3e8d897b730143604996 (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.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/codemaker/source/codemaker/dependencies.cxx b/codemaker/source/codemaker/dependencies.cxx index 4cf63429cfd5..469fb09ca9cf 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; |