summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_string.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_string.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_string.cpp b/TAO/TAO_IDL/ast/ast_string.cpp
index 15d52b19187..0c16a6a5e02 100644
--- a/TAO/TAO_IDL/ast/ast_string.cpp
+++ b/TAO/TAO_IDL/ast/ast_string.cpp
@@ -69,14 +69,14 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// AST_String nodes have a maximum size (an AST_Expression which must
// evaluate to a positive integer).
-#include "idl.h"
-#include "idl_extern.h"
+#include "ast_string.h"
+#include "ast_expression.h"
+#include "ast_visitor.h"
ACE_RCSID (ast,
ast_string,
"$Id$")
-// Constructor(s) and destructor.
AST_String::AST_String (void)
: pd_max_size (0),
pd_width (sizeof (char))