summaryrefslogtreecommitdiff
path: root/dtrans/test/win32
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-03-08 11:13:02 +0000
committerArmin Theissen <armin@openoffice.org>2001-03-08 11:13:02 +0000
commit2a8012cc46c47dbaf6dfc894176f47ef5fe5cd3c (patch)
tree49d0a38476db6f0b7a0e8db5717bd86b5e8fb802 /dtrans/test/win32
parentd4b5102959fe7242095ae4fee35b6a522cd8ea9d (diff)
changed stl includes
Diffstat (limited to 'dtrans/test/win32')
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx
index 6e92346743e6..43f6fdc1f1f2 100644
--- a/dtrans/test/win32/dnd/transferable.hxx
+++ b/dtrans/test/win32/dnd/transferable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transferable.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jl $ $Date: 2001-02-08 15:10:41 $
+ * last change: $Author: armin $ $Date: 2001-03-08 12:13:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,7 @@
#include <windows.h>
#include <objbase.h>
-#include <stl/memory>
+#include <memory>
#include <process.h>
@@ -178,4 +178,4 @@ private:
};
-#endif \ No newline at end of file
+#endif