summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_obv_header.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_obv_header.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_obv_header.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/fe/fe_obv_header.cpp b/TAO/TAO_IDL/fe/fe_obv_header.cpp
index 86af8bd11c8..db9195e7f73 100644
--- a/TAO/TAO_IDL/fe/fe_obv_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_obv_header.cpp
@@ -2,6 +2,10 @@
#include "fe_obv_header.h"
+#include "ast_valuetype.h"
+#include "ast_module.h"
+#include "ast_param_holder.h"
+
#include "utl_err.h"
#include "utl_namelist.h"
@@ -9,10 +13,6 @@
#include "nr_extern.h"
#include "global_extern.h"
-#include "ast_valuetype.h"
-#include "ast_module.h"
-#include "ast_param_holder.h"
-
// @@@ (JP) Here are the rules for interface inheritance and
// value type inheritance and supports, straight from Jonathan
// Biggar <jon@floorboard.com> as of 3/28/02. The following was