From 6f20b231ffd544907f3f37fc33556ed24d5ef141 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Wed, 14 Mar 2001 08:06:22 +0000 Subject: include osl/types.h replaced by osl/endian.h --- vos/inc/vos/macros.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'vos') diff --git a/vos/inc/vos/macros.hxx b/vos/inc/vos/macros.hxx index 7169277dda35..7cf40158d04a 100644 --- a/vos/inc/vos/macros.hxx +++ b/vos/inc/vos/macros.hxx @@ -2,9 +2,9 @@ * * $RCSfile: macros.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:18:12 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:06:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,8 +63,9 @@ #ifndef _VOS_MACROS_HXX_ #define _VOS_MACROS_HXX_ -#ifndef _OSL_TYPES_H_ -# include + +#ifndef _OSL_ENDIAN_H_ +#include #endif // ********************************************************************* -- cgit