summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-12-14 07:39:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-12-14 07:39:07 +0000
commit5c82daf463d063a1dbf9c4d371826761cff672e1 (patch)
tree2b2e71e3830abe28ffc7df13ac6858c22dbe83d4 /tools
parent87f583c202c67f96640200c651428ef332e79eb8 (diff)
#i10000# Include path corrected (we are in module tools here, so do not include tools header with path)
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/md5.cxx6
-rw-r--r--tools/bootstrp/so_checksum.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/bootstrp/md5.cxx b/tools/bootstrp/md5.cxx
index 0face8c1c250..06fed7e4526d 100644
--- a/tools/bootstrp/md5.cxx
+++ b/tools/bootstrp/md5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: md5.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-12-10 18:05:04 $
+ * last change: $Author: rt $ $Date: 2004-12-14 08:39:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#include <stdio.h>
-#include <tools/string.hxx>
+#include <string.hxx>
#ifdef WNT
#define FILE_OPEN_READ "rb"
diff --git a/tools/bootstrp/so_checksum.cxx b/tools/bootstrp/so_checksum.cxx
index 309bbc43f17d..80e19e851668 100644
--- a/tools/bootstrp/so_checksum.cxx
+++ b/tools/bootstrp/so_checksum.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: so_checksum.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-12-10 18:05:28 $
+ * last change: $Author: rt $ $Date: 2004-12-14 08:38:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#include <stdio.h>
-#include <tools/string.hxx>
+#include <string.hxx>
int main( int argc, char * argv[] )
{