From 07cdc069cd28872a0b9b6ebe10c55ea69867f9b0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:17:20 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.45.8); FILE MERGED 2007/06/04 13:32:26 vg 1.45.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/source/rc/resmgr.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'tools') diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index fb3dcc314061..40cc6bbdba81 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resmgr.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:48:23 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:17:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,22 +45,22 @@ #endif #ifndef _DEBUG_HXX -#include +#include #endif #ifndef _TABLE_HXX -#include +#include #endif #ifndef _STREAM_HXX -#include +#include #endif #ifndef _TOOLS_RESMGR_HXX -#include +#include #endif #ifndef _TOOLS_RC_HXX -#include +#include #endif #ifndef _TOOLS_RCID_H -#include +#include #endif #ifndef _OSL_ENDIAN_H_ #include @@ -84,7 +84,7 @@ #include #endif #ifndef _URLOBJ_HXX -#include +#include #endif #ifndef INCLUDED_RTL_INSTANCE_HXX #include @@ -95,10 +95,10 @@ #endif #ifndef _TOOLS_SIMPLERESMGR_HXX_ -#include "simplerm.hxx" +#include #endif -#include "isofallback.hxx" +#include #include #include -- cgit