diff options
-rw-r--r-- | tools/workben/inetmimetest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/workben/inetmimetest.cxx b/tools/workben/inetmimetest.cxx index 8165a9d9e8f5..74696addb076 100644 --- a/tools/workben/inetmimetest.cxx +++ b/tools/workben/inetmimetest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetmimetest.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:09:49 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:22:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include "inetmime.hxx" +#include <tools/inetmime.hxx> #include "rtl/textenc.h" #include "rtl/ustring.hxx" |