summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/client.h')
-rw-r--r--TAO/examples/Quoter/client.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/examples/Quoter/client.h b/TAO/examples/Quoter/client.h
index 7af1f955ced..d5014c872c8 100644
--- a/TAO/examples/Quoter/client.h
+++ b/TAO/examples/Quoter/client.h
@@ -26,12 +26,13 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Task.h"
-#include "ace/Thread_Manager.h"
-#include "tao/corba.h"
#include "QuoterC.h"
+
#include "orbsvcs/CosLifeCycleC.h"
+#include "ace/Task.h"
+#include "ace/Thread_Manager.h"
+
class Quoter_Client
{
// = TITLE