summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/codemaker.hxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/codemaker/inc/codemaker/codemaker.hxx b/codemaker/inc/codemaker/codemaker.hxx
index 468f203fe6d7..a848d9b72132 100644
--- a/codemaker/inc/codemaker/codemaker.hxx
+++ b/codemaker/inc/codemaker/codemaker.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: codemaker.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:05:22 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:09:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,12 +36,18 @@
#ifndef INCLUDED_CODEMAKER_CODEMAKER_HXX
#define INCLUDED_CODEMAKER_CODEMAKER_HXX
+#ifndef _SAL_CONFIG_H_
#include "sal/config.h"
-
+#endif
+#ifndef INCLUDED_CODEMAKER_UNOTYPES_HXX
#include "codemaker/unotype.hxx"
-
+#endif
+#ifndef INCLUDED_registry_types_h
#include "registry/types.h"
+#endif
+#ifndef _SAL_TYPES_H_
#include "sal/types.h"
+#endif
#include <vector>
@@ -63,4 +69,4 @@ codemaker::UnoType::Sort decomposeAndResolve(
}
-#endif
+#endif // INCLUDED_CODEMAKER_CODEMAKER_HXX