summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_global.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_global.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/fe/fe_global.cpp b/TAO/TAO_IDL/fe/fe_global.cpp
index 7f1e0f66ddd..d5ac3a84101 100644
--- a/TAO/TAO_IDL/fe/fe_global.cpp
+++ b/TAO/TAO_IDL/fe/fe_global.cpp
@@ -1,12 +1,12 @@
// $Id$
-#include "TAO_IDL_FE_Export.h"
+#include "global_extern.h"
+
ACE_RCSID (fe,
fe_global,
"$Id$")
-class TAO_IDL_FE_Export IDL_GlobalData;
-TAO_IDL_FE_Export IDL_GlobalData *idl_global = 0;
+IDL_GlobalData *idl_global = 0;