summaryrefslogtreecommitdiff
path: root/idl/inc/globals.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-19 21:10:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-19 21:11:58 +0000
commit6ade792d3e8f3244dcbb445a540939158820e50a (patch)
tree29da8cc2411220a79a99158c2ebfa076a96e6444 /idl/inc/globals.hxx
parent864bc59e66e92eabeef26222301607a7a5745bea (diff)
IDL_COMPILER is always defined
Diffstat (limited to 'idl/inc/globals.hxx')
-rw-r--r--idl/inc/globals.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index 525c2a9e27e2..9a82669555ad 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -29,7 +29,6 @@
#ifndef _GLOBALS_HXX
#define _GLOBALS_HXX
-#ifdef IDL_COMPILER
#include <hash.hxx>
#ifdef ICC
@@ -238,7 +237,6 @@ HASH_INLINE(Description)
HASH_INLINE(UnoName)
-#endif // IDL_COMPILER
#endif // _GLOBALS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */