summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_factory.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_factory.cpp16
1 files changed, 10 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/ast/ast_factory.cpp b/TAO/TAO_IDL/ast/ast_factory.cpp
index 1ebde1a4849..c689d40e33d 100644
--- a/TAO/TAO_IDL/ast/ast_factory.cpp
+++ b/TAO/TAO_IDL/ast/ast_factory.cpp
@@ -68,12 +68,16 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// AST_Factory is a subclass of AST_Decl (it is not a type!)
// and of UTL_Scope (the arguments are managed in a scope).
-#include "idl.h"
-#include "idl_extern.h"
-
-ACE_RCSID(ast, ast_factory, "$Id$")
-
-// Constructor(s) and destructor.
+#include "ast_factory.h"
+#include "ast_argument.h"
+#include "ast_visitor.h"
+#include "global_extern.h"
+#include "utl_err.h"
+#include "utl_identifier.h"
+
+ACE_RCSID (ast,
+ ast_factory,
+ "$Id$")
AST_Factory::AST_Factory (void)
: argument_count_ (-1),