diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:12:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:12:09 +0000 |
commit | c6905a1087fadd442ae7672cfff4dfc31853dc2e (patch) | |
tree | 73436cc35b35c5c0cc5e32f3c0170b97ced11413 /codemaker | |
parent | de60118da24e02367d0499f181aeab486d4f7d50 (diff) |
INTEGRATION: CWS jsc3 (1.9.16); FILE MERGED
2006/01/20 13:02:20 jsc 1.9.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/typemanager.cxx | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/codemaker/source/codemaker/typemanager.cxx b/codemaker/source/codemaker/typemanager.cxx index 5e13b2bd96fc..7429cb32ee60 100644 --- a/codemaker/source/codemaker/typemanager.cxx +++ b/codemaker/source/codemaker/typemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: typemanager.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:10:32 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:12:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,14 +33,8 @@ * ************************************************************************/ -#ifndef _RTL_ALLOC_H_ -#include <rtl/alloc.h> -#endif - -#ifndef _CODEMAKER_TYPEMANAGER_HXX_ -#include <codemaker/typemanager.hxx> -#endif - +#include "rtl/alloc.h" +#include "codemaker/typemanager.hxx" #include "registry/reader.hxx" #include "registry/version.h" |