summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/ORB.cpp1
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index cdd611a88d1..dd2dce55431 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 8 14:45:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/ORB.cpp:
+ Removed not needed include
+
Mon Dec 8 13:55:43 UTC 2008 James H. Hill <hillj@isis.vanderbilt.edu>
* tao/ORB_Core.cpp:
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 15e4ec17ae9..b9bf165b24c 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -19,7 +19,6 @@ ACE_RCSID (tao,
#include "tao/ORBInitializer_Registry_Adapter.h"
#include "tao/PolicyFactory_Registry_Adapter.h"
#include "tao/NVList_Adapter.h"
-#include "tao/TAO_Singleton_Manager.h"
#include "tao/Policy_Current.h"
#include "tao/Policy_Manager.h"
#include "tao/Valuetype_Adapter.h"