summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_attribute.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_attribute.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_attribute.cpp b/TAO/TAO_IDL/ast/ast_attribute.cpp
index 306fe3a5386..56d7ec3924b 100644
--- a/TAO/TAO_IDL/ast/ast_attribute.cpp
+++ b/TAO/TAO_IDL/ast/ast_attribute.cpp
@@ -70,8 +70,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// of AST_Type) and a boolean indicating whether the attribute is
// readonly.
-#include "idl.h"
-#include "idl_extern.h"
+#include "ast_attribute.h"
+#include "ast_visitor.h"
ACE_RCSID(ast, ast_attribute, "$Id$")