From 68f9257baffdd2fdaa38f0d26a6c6c6511a7a9d7 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:11:24 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED 2007/06/04 13:32:24 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/source/fsys/tempfile.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/source/fsys') diff --git a/tools/source/fsys/tempfile.cxx b/tools/source/fsys/tempfile.cxx index 907bb24c6f14..3faea36ae1cb 100644 --- a/tools/source/fsys/tempfile.cxx +++ b/tools/source/fsys/tempfile.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tempfile.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:53:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:11:24 $ * * 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 "tempfile.hxx" +#include #include "comdep.hxx" #include @@ -47,9 +47,9 @@ #include #endif #ifndef _TOOLS_TIME_HXX -#include +#include #endif -#include +#include #include #ifdef UNX -- cgit