summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Thread_Pool/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Thread_Pool/server.cpp')
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/server.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/server.cpp b/TAO/performance-tests/RTCorba/Thread_Pool/server.cpp
index f641fa33c6b..5148af97df9 100644
--- a/TAO/performance-tests/RTCorba/Thread_Pool/server.cpp
+++ b/TAO/performance-tests/RTCorba/Thread_Pool/server.cpp
@@ -1,11 +1,12 @@
// $Id$
-#include "testS.h"
#include "ace/Get_Opt.h"
-#include "tao/PortableServer/PortableServer.h"
-#include "tao/debug.h"
#include "ace/Stats.h"
#include "ace/Sample_History.h"
+#include "tao/debug.h"
+#include "tao/PortableServer/PortableServer.h"
+#include "tao/RTCORBA/RTCORBA.h"
+#include "testS.h"
ACE_RCSID(Thread_Pools, server, "$Id$")