From 159ce5ea3cb7604e83f57616fad396b4ad253c46 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:11:48 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.4.204); FILE MERGED 2007/06/04 13:32:25
vg 1.4.204.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
tools/source/fsys/unx.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'tools/source/fsys/unx.hxx')
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx
index be33444f9280..b0ddc0e623d3 100644
--- a/tools/source/fsys/unx.hxx
+++ b/tools/source/fsys/unx.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unx.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:18:22 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:11:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,7 +65,7 @@
#define LOWER(aString) (aString.Lower())
#include
-#include
+#include
inline Time Unx2Time( time_t nTime )
{
--
cgit