summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-14 08:06:22 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-14 08:06:22 +0000
commit6f20b231ffd544907f3f37fc33556ed24d5ef141 (patch)
tree1df062b4cac6e1a3c83bd595854cb5c88684b77d /vos
parent93b1cb2cd0241817e5d3d079223768539df6cc51 (diff)
include osl/types.h replaced by osl/endian.h
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/macros.hxx9
1 files changed, 5 insertions, 4 deletions
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 <osl/types.h>
+
+#ifndef _OSL_ENDIAN_H_
+#include <osl/endian.h>
#endif
// *********************************************************************