summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_concrete_type.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-01 13:49:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-01 13:49:23 +0000
commit0155b2254e16d6c9e5d0b6c0c101de84e4fe432f (patch)
tree3b973276984c17f2240b1724fe1c92026081e981 /TAO/TAO_IDL/ast/ast_concrete_type.cpp
parent23696f26059dd5f33b655db7be60db00400ba408 (diff)
downloadATCD-0155b2254e16d6c9e5d0b6c0c101de84e4fe432f.tar.gz
ChangeLogTag: Mon Jul 1 08:31:04 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_concrete_type.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_concrete_type.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_concrete_type.cpp b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
index cbdeaf9643a..d82d3ae97b1 100644
--- a/TAO/TAO_IDL/ast/ast_concrete_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
@@ -67,10 +67,11 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// AST_ConcreteType nodes denote all non-interface types of IDL.
// They are AST_Type nodes.
-#include "idl.h"
-#include "idl_extern.h"
+#include "ast_concrete_type.h"
-ACE_RCSID(ast, ast_concrete_type, "$Id$")
+ACE_RCSID (ast,
+ ast_concrete_type,
+ "$Id$")
// Constructor(s) and destructor.
AST_ConcreteType::AST_ConcreteType (void)