diff options
author | Armin Theissen <armin@openoffice.org> | 2001-03-08 08:29:47 +0000 |
---|---|---|
committer | Armin Theissen <armin@openoffice.org> | 2001-03-08 08:29:47 +0000 |
commit | 659fdc1d97eed886cf92ce2033eef90efe0329b9 (patch) | |
tree | aaaf1869270eedfe2a6763433243f9b49d20efcd /io/test | |
parent | 56571242b263d90bab91e82b4959e33e2446d543 (diff) |
changed stl includes
Diffstat (limited to 'io/test')
-rw-r--r-- | io/test/stm/pumptest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index f9238c5f4dde..ac4fa20ec4fc 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pumptest.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2001-01-25 14:06:36 $ + * last change: $Author: armin $ $Date: 2001-03-08 09:27:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ #include <cppuhelper/factory.hxx> #include <osl/mutex.hxx> #include <osl/thread.h> -#include <stl/list> +#include <list> |