summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_interface.h')
-rw-r--r--TAO/TAO_IDL/include/ast_interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/ast_interface.h b/TAO/TAO_IDL/include/ast_interface.h
index 3b39146c35d..7d21d6257fe 100644
--- a/TAO/TAO_IDL/include/ast_interface.h
+++ b/TAO/TAO_IDL/include/ast_interface.h
@@ -71,17 +71,13 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// be defined manifest locally; the constants defined in these
// enums are inserted in the enclosing scope.
-#include "idl_fwd.h"
-#include "idl_narrow.h"
#include "ast_type.h"
#include "utl_scope.h"
-#include "ast_decl.h"
class TAO_IDL_FE_Export AST_Interface : public virtual AST_Type,
public virtual UTL_Scope
{
public:
- // Constructor(s).
AST_Interface (void);
AST_Interface (UTL_ScopedName *n,
@@ -94,7 +90,6 @@ public:
virtual ~AST_Interface (void);
- // Data Accessors.
static void fwd_redefinition_helper (AST_Interface *&i,
UTL_Scope *s);