diff options
author | Armin Theissen <armin@openoffice.org> | 2001-03-08 11:13:02 +0000 |
---|---|---|
committer | Armin Theissen <armin@openoffice.org> | 2001-03-08 11:13:02 +0000 |
commit | 2a8012cc46c47dbaf6dfc894176f47ef5fe5cd3c (patch) | |
tree | 49d0a38476db6f0b7a0e8db5717bd86b5e8fb802 /dtrans/source/test/test_dtrans.cxx | |
parent | d4b5102959fe7242095ae4fee35b6a522cd8ea9d (diff) |
changed stl includes
Diffstat (limited to 'dtrans/source/test/test_dtrans.cxx')
-rw-r--r-- | dtrans/source/test/test_dtrans.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx index 4393c7ba19b0..7b9d751e098c 100644 --- a/dtrans/source/test/test_dtrans.cxx +++ b/dtrans/source/test/test_dtrans.cxx @@ -2,9 +2,9 @@ * * $RCSfile: test_dtrans.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2001-01-31 15:37:02 $ + * last change: $Author: armin $ $Date: 2001-03-08 12:08:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ #include <stdio.h> #include <string.h> -//#include <stl/memory> +//#include <memory> //#include <process.h> |