diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:22:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:22:10 +0000 |
commit | 156beebc8927cc85b9e7c080d8c3681b10dfe17a (patch) | |
tree | 0bfe048811099cecadc6eeab98f93295e9127d7c /tools | |
parent | e6d8c1dcb0a3889b8324c539d245158b46324553 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED
2007/06/04 13:32:29 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-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" |