summaryrefslogtreecommitdiff
path: root/sal/rtl
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
commitbd6372e636a1edf13f6c433de4c5c4b5045a5e4d (patch)
tree8587d3ae117aaa8310bb8d4e0ffa5ec964b20e39 /sal/rtl
parentd84f9aec1513bf0bd1633db8a05589c7a3f641aa (diff)
include osl/types.h replaced by osl/endian.h
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/source/digest.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sal/rtl/source/digest.c b/sal/rtl/source/digest.c
index 24bf40fbb250..7795a7239022 100644
--- a/sal/rtl/source/digest.c
+++ b/sal/rtl/source/digest.c
@@ -2,9 +2,9 @@
*
* $RCSfile: digest.c,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 09:03:12 $
+ * last change: $Author: jl $ $Date: 2001-03-14 09:04:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,15 +59,12 @@
*
************************************************************************/
-#define _RTL_DIGEST_C_ "$Revision: 1.3 $"
+#define _RTL_DIGEST_C_ "$Revision: 1.4 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
-//#ifndef _OSL_TYPES_H_
-//#include <osl/types.h>
-//#endif
#ifndef _OSL_ENDIAN_H_
#include <osl/endian.h>