summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:12:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:12:44 +0000
commiteaf58ac0963a896df40038dc6e718ba3b08de6e3 (patch)
tree41d363d9b6c4de909ab947ffc239db99d3f2e598
parent8e762960155c21715c864640590cde8fd7699dca (diff)
INTEGRATION: CWS jsc3 (1.8.16); FILE MERGED
2006/01/20 13:02:20 jsc 1.8.16.1: #i56247# unify include guards
-rw-r--r--codemaker/source/cppumaker/cppumaker.cxx8
1 files 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 <codemaker/typemanager.hxx>
-#endif
+#include "codemaker/typemanager.hxx"
#include "codemaker/generatedtypeset.hxx"
#include "cppuoptions.hxx"