summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_global.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_global.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be/be_global.cpp b/TAO/TAO_IDL/be/be_global.cpp
index 5f1c4225328..0adf9646ba1 100644
--- a/TAO/TAO_IDL/be/be_global.cpp
+++ b/TAO/TAO_IDL/be/be_global.cpp
@@ -17,11 +17,14 @@
//
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
-
-ACE_RCSID(be, be_global, "$Id$")
+#include "be_global.h"
+#include "utl_string.h"
+#include "global_extern.h"
+#include "ace/ACE.h"
+
+ACE_RCSID (be,
+ be_global,
+ "$Id$")
TAO_IDL_BE_Export BE_GlobalData *be_global = 0;