summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoroisin <oisin@openoffice.org>2000-11-03 12:39:54 +0000
committeroisin <oisin@openoffice.org>2000-11-03 12:39:54 +0000
commit08efd7b797acb4c7eba6096bac15a56c94083be4 (patch)
treef3ea21705994c336337fc3638887a357ffe60ddb /tools
parenteb35c5d93d200eef2eb762713a48cf31aa6d2eb6 (diff)
Corrected include paths for string.hxx and list.hxx
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/addexes2/mkfilt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx
index c6642d9fdca8..4d8e8779f85d 100644
--- a/tools/bootstrp/addexes2/mkfilt.cxx
+++ b/tools/bootstrp/addexes2/mkfilt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mkfilt.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:03:01 $
+ * last change: $Author: oisin $ $Date: 2000-11-03 13:39:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,8 +61,8 @@
#include <stdio.h>
-#include <tools/string.hxx>
-#include <tools/list.hxx>
+#include <../../inc/string.hxx>
+#include <../../inc/list.hxx>
class TextFilter
{