From 76f8a448313d55a3f85b4b9344aa7fe8ed919023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 8 Sep 2004 13:29:38 +0000 Subject: [PATCH] INTEGRATION: CWS ooo20040704 (1.11.46); FILE MERGED 2004/06/28 12:13:41 cmc 1.11.46.1: #i30801 allow using system stl if possible --- cppu/source/threadpool/current.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index 081aed00f035..e9b3d9bd7d17 100644 --- a/cppu/source/threadpool/current.cxx +++ b/cppu/source/threadpool/current.cxx @@ -2,9 +2,9 @@ * * $RCSfile: current.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-10-06 13:02:09 $ + * last change: $Author: rt $ $Date: 2004-09-08 14:29:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,6 @@ * ************************************************************************/ -#include - #include "rtl/uuid.h" #include "osl/thread.h" #include "osl/mutex.hxx"