diff options
-rw-r--r-- | tools/bootstrp/addexes2/mkfilt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx index 317547e8c715..6d05a0cf2af2 100644 --- a/tools/bootstrp/addexes2/mkfilt.cxx +++ b/tools/bootstrp/addexes2/mkfilt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mkfilt.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:50:30 $ + * last change: $Author: vg $ $Date: 2007-04-11 19:48:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,8 +38,8 @@ #include <stdio.h> -#include <../../inc/string.hxx> -#include <../../inc/list.hxx> +#include <../../inc/tools/string.hxx> +#include <../../inc/tools/list.hxx> class TextFilter { |