summaryrefslogtreecommitdiff
path: root/ACE/ace/Parse_Node.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-05 13:37:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-05 13:37:47 +0000
commit8d676cff1df2e9c4360a6eee9716244af26473a6 (patch)
tree520c61712e164eed4f6c4ec1b7c45bb96cce5acd /ACE/ace/Parse_Node.cpp
parent882e3727cd202e3f2bb6aca4d8174a3a27fd7f0b (diff)
downloadATCD-8d676cff1df2e9c4360a6eee9716244af26473a6.tar.gz
Sat Apr 5 13:36:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Parse_Node.cpp')
-rw-r--r--ACE/ace/Parse_Node.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Parse_Node.cpp b/ACE/ace/Parse_Node.cpp
index f42311503a5..fab2580bcc7 100644
--- a/ACE/ace/Parse_Node.cpp
+++ b/ACE/ace/Parse_Node.cpp
@@ -9,6 +9,7 @@
#include "ace/DLL.h"
#include "ace/ACE.h"
#include "ace/OS_NS_string.h"
+#include "ace/ARGV.h"
ACE_RCSID (ace,
Parse_Node,
@@ -30,8 +31,6 @@ ACE_Stream_Node::dump (void) const
#endif /* ACE_HAS_DUMP */
}
-#include "ace/ARGV.h"
-
void
ACE_Stream_Node::apply (ACE_Service_Gestalt *config, int &yyerrno)
{