diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/sspretty.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/sspretty.cxx b/tools/bootstrp/sspretty.cxx index a1206421a81f..12eba90e1e60 100644 --- a/tools/bootstrp/sspretty.cxx +++ b/tools/bootstrp/sspretty.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sspretty.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:49:49 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:07:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include "iparser.hxx" -#include "geninfo.hxx" +#include <tools/iparser.hxx> +#include <tools/geninfo.hxx> #include <stdio.h> |