summaryrefslogtreecommitdiff
path: root/tests/Bound_Ptr_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bound_Ptr_Test.cpp')
-rw-r--r--tests/Bound_Ptr_Test.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Bound_Ptr_Test.cpp b/tests/Bound_Ptr_Test.cpp
index 329d1699b4f..b8b37c68165 100644
--- a/tests/Bound_Ptr_Test.cpp
+++ b/tests/Bound_Ptr_Test.cpp
@@ -17,11 +17,7 @@
//=============================================================================
#include "test_config.h"
-#include "ace/ACE.h"
#include "ace/Task.h"
-#include "ace/Synch.h"
-#include "ace/Message_Queue.h"
-#include "ace/Method_Request.h"
#include "ace/Activation_Queue.h"
#include "ace/Bound_Ptr.h"
@@ -448,7 +444,7 @@ template class ACE_Weak_Bound_Ptr<Printer, ACE_Null_Mutex>;
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Bound_Ptr_Test"));