From e4732e48fac5e5e0aaf49e56036e9b3bf25fda7c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 15 Mar 2006 08:09:57 +0000 Subject: INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:04 jsc 1.3.16.1: #i56247# unify include guards --- codemaker/inc/codemaker/dependencies.hxx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/codemaker/inc/codemaker/dependencies.hxx b/codemaker/inc/codemaker/dependencies.hxx index 46bd8238bf95..f56b73b969dd 100644 --- a/codemaker/inc/codemaker/dependencies.hxx +++ b/codemaker/inc/codemaker/dependencies.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dependencies.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:05:48 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:09:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,10 +33,12 @@ * ************************************************************************/ -#ifndef INCLUDED_codemaker_dependencies_hxx -#define INCLUDED_codemaker_dependencies_hxx +#ifndef INCLUDED_CODEMAKER_DEPENDENCIES_HXX +#define INCLUDED_CODEMAKER_DEPENDENCIES_HXX +#ifndef _RTL_STRING_HXX_ #include "rtl/string.hxx" +#endif #include @@ -154,4 +156,4 @@ private: } -#endif +#endif // INCLUDED_CODEMAKER_DEPENDENCIES_HXX -- cgit