summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_private.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_private.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_private.cpp22
1 files changed, 7 insertions, 15 deletions
diff --git a/TAO/TAO_IDL/fe/fe_private.cpp b/TAO/TAO_IDL/fe/fe_private.cpp
index fa1bd77277a..2df2edca523 100644
--- a/TAO/TAO_IDL/fe/fe_private.cpp
+++ b/TAO/TAO_IDL/fe/fe_private.cpp
@@ -62,21 +62,13 @@ NOTE:
SunOS, SunSoft, Sun, Solaris, Sun Microsystems or the Sun logo are
trademarks or registered trademarks of Sun Microsystems, Inc.
- */
+*/
-/*
- * fe_private.cc - Declare global data which are private to the FE
- * part
- */
-
-#include "idl.h"
-#include "idl_extern.h"
+#include "fe_private.h"
+#include "utl_strlist.h"
-#include "fe_private.h"
+ACE_RCSID (fe,
+ fe_private,
+ "$Id$")
-ACE_RCSID(fe, fe_private, "$Id$")
-
-/*
- * List of pragmas
- */
-UTL_StrList *DRV_global_pragmas = NULL;
+UTL_StrList *DRV_global_pragmas = 0;