diff options
author | Eike Rathke <er@openoffice.org> | 2002-12-10 18:56:51 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-12-10 18:56:51 +0000 |
commit | 16f579b0db65a4d8bb24fd3b133b708d4c825865 (patch) | |
tree | 2e7d88b95a61d8d4d2e5100b870687004cf680aa | |
parent | 97adafc65026bd9bf2af08c524714f91ebde1492 (diff) |
#101362# clean up header includes too..
-rw-r--r-- | unotools/inc/unotools/charclass.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/charclass.hxx b/unotools/inc/unotools/charclass.hxx index 9461759e78f3..0729cb7c4b8e 100644 --- a/unotools/inc/unotools/charclass.hxx +++ b/unotools/inc/unotools/charclass.hxx @@ -2,9 +2,9 @@ * * $RCSfile: charclass.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: er $ $Date: 2002-12-10 19:53:39 $ + * last change: $Author: er $ $Date: 2002-12-10 19:56:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,8 +87,8 @@ #include <com/sun/star/i18n/XCharacterClassification.hpp> #endif -#ifndef INCLUDED_UNOTOOLS_READWRITEMUTEXGUARD_HXX -#include <unotools/readwritemutexguard.hxx> +#ifndef _OSL_MUTEX_HXX_ +#include <osl/mutex.hxx> #endif class String; |