summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-02-20 11:17:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-02-20 11:17:36 +0000
commita3c3586d52b01219fd275b782ffa8a2350115ed2 (patch)
tree020be4c3235c81190c0964169292d3e578cffd35
parente66a0edb63d1f0a8e2d7baa95fe3608a0bf7c21f (diff)
downloadATCD-a3c3586d52b01219fd275b782ffa8a2350115ed2.tar.gz
Mon Feb 20 11:16:47 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_type.cpp: * TAO_IDL/be/be_visitor_component/executor_exh.cpp: * TAO_IDL/be/be_visitor_component/executor_exs.cpp: Removed not needed includes
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp2
4 files changed, 7 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 191d42b205d..fe9c370c10a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon Feb 20 11:16:47 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO_IDL/be/be_type.cpp:
+ * TAO_IDL/be/be_visitor_component/executor_exh.cpp:
+ * TAO_IDL/be/be_visitor_component/executor_exs.cpp:
+ Removed not needed includes
+
Tue Feb 7 11:27:58 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compression/RLECompressorTest.cpp:
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index 8af14cafade..d9b73df22be 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -28,7 +28,6 @@
#include "utl_identifier.h"
#include "idl_defines.h"
#include "nr_extern.h"
-#include <TAO_IDL/be_include/be_helper.h>
be_type::be_type (AST_Decl::NodeType nt,
UTL_ScopedName *n)
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
index a9edd6fa9dc..4edee2981a6 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
@@ -11,7 +11,6 @@
* @author Jeff Parsons
*/
//=============================================================================
-#include <TAO_IDL/be_include/be_helper.h>
be_visitor_executor_exh::be_visitor_executor_exh (
be_visitor_context *ctx)
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
index c5715a76d7f..eb10857ee2d 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
@@ -12,8 +12,6 @@
*/
//=============================================================================
-#include <TAO_IDL/be_include/be_helper.h>
-
be_visitor_executor_exs::be_visitor_executor_exs (
be_visitor_context *ctx)
: be_visitor_component_scope (ctx),