diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetmime.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/inet/inetmime.cxx b/tools/source/inet/inetmime.cxx index 1a2a5b171df5..30ad2993165b 100644 --- a/tools/source/inet/inetmime.cxx +++ b/tools/source/inet/inetmime.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetmime.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:57:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:15:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,10 +42,10 @@ #include "rtl/tencinfo.h" #ifndef _DATETIME_HXX -#include <datetime.hxx> +#include <tools/datetime.hxx> #endif #ifndef TOOLS_INETMIME_HXX -#include <inetmime.hxx> +#include <tools/inetmime.hxx> #endif namespace unnamed_tools_inetmime {} using namespace unnamed_tools_inetmime; |