summaryrefslogtreecommitdiff
path: root/sal
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
commit63a8d2bfa0475ff57048c6b22e5521871d337d3f (patch)
treeb967e1d9ad90adfe62190cd4e803a57a00900b32 /sal
parenta28d14327396a82fd2d506b279716b3674ef63d3 (diff)
include osl/types.h replaced by osl/endian.h
Diffstat (limited to 'sal')
-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 5f09ae563..b6b07aa61 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>