summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-06 20:25:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-06 20:25:47 +0000
commitf5e7df1a5e427e575fca8ffd18d942f459b8cc13 (patch)
treef931bccf36640299e51be74f048d49183b512af7
parentf80f9a3c2c096feef0248a76d9669d179d75fb75 (diff)
downloadATCD-f5e7df1a5e427e575fca8ffd18d942f459b8cc13.tar.gz
ChangeLogTag: Fri Aug 6 20:24:47 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home.cpp2
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_home.h1
4 files changed, 8 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 94a57c8a9a6..843bda9f4e3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Fri Aug 6 20:24:47 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_component.cpp:
+ * TAO_IDL/be/be_visitor_home.cpp:
+ * TAO_IDL/be_include/be_visitor_home.h:
+
+ Removed unnecessary includes.
+
Fri Aug 6 20:18:12 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_home/home_ch.cpp:
diff --git a/TAO/TAO_IDL/be/be_visitor_component.cpp b/TAO/TAO_IDL/be/be_visitor_component.cpp
index c3646fb33d2..6d1980bf5b8 100644
--- a/TAO/TAO_IDL/be/be_visitor_component.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component.cpp
@@ -46,7 +46,6 @@
#include "be_visitor_interface.h"
#include "be_visitor_structure.h"
#include "be_visitor_typedef.h"
-#include "be_visitor_typecode.h"
#include "be_visitor_context.h"
#include "be_util.h"
#include "be_helper.h"
diff --git a/TAO/TAO_IDL/be/be_visitor_home.cpp b/TAO/TAO_IDL/be/be_visitor_home.cpp
index 9c0f6c4bf68..0cb43935af2 100644
--- a/TAO/TAO_IDL/be/be_visitor_home.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_home.cpp
@@ -37,8 +37,6 @@
#include "be_visitor_home.h"
#include "be_visitor_attribute.h"
#include "be_visitor_operation.h"
-#include "be_visitor_typecode/typecode_defn.h"
-#include "be_visitor_typecode/objref_typecode.h"
#include "be_visitor_valuetype/valuetype_init_arglist_ch.h"
#include "be_visitor_context.h"
diff --git a/TAO/TAO_IDL/be_include/be_visitor_home.h b/TAO/TAO_IDL/be_include/be_visitor_home.h
index f8f8e8afe56..40912e39a0e 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_home.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_home.h
@@ -19,7 +19,6 @@
#include "ast_argument.h"
#include "be_visitor_scope.h"
-#include "be_visitor_typecode/typecode_decl.h"
#include "be_visitor_operation/operation.h"
#include "be_visitor_operation/arglist.h"