From eaf58ac0963a896df40038dc6e718ba3b08de6e3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 15 Mar 2006 08:12:44 +0000 Subject: [PATCH] INTEGRATION: CWS jsc3 (1.8.16); FILE MERGED 2006/01/20 13:02:20 jsc 1.8.16.1: #i56247# unify include guards --- codemaker/source/cppumaker/cppumaker.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/codemaker/source/cppumaker/cppumaker.cxx b/codemaker/source/cppumaker/cppumaker.cxx index 306261a5d65d..724a15ab885c 100644 --- a/codemaker/source/cppumaker/cppumaker.cxx +++ b/codemaker/source/cppumaker/cppumaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cppumaker.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:11:34 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:12:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,7 @@ #include "sal/main.h" -#ifndef _CODEMAKER_TYPEMANAGER_HXX_ -#include -#endif +#include "codemaker/typemanager.hxx" #include "codemaker/generatedtypeset.hxx" #include "cppuoptions.hxx"