From db6ec82fdbcb070b9062522863b33510ea2c1447 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:15:07 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.12.90); FILE MERGED 2007/06/04 13:32:26
vg 1.12.90.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
tools/source/inet/inetmime.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'tools')
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
+#include
#endif
#ifndef TOOLS_INETMIME_HXX
-#include
+#include
#endif
namespace unnamed_tools_inetmime {} using namespace unnamed_tools_inetmime;
--
cgit