summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Generic_Factory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Generic_Factory_i.cpp')
-rw-r--r--TAO/examples/Quoter/Generic_Factory_i.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Generic_Factory_i.cpp b/TAO/examples/Quoter/Generic_Factory_i.cpp
index bf8002d1ff4..15c9a4034c5 100644
--- a/TAO/examples/Quoter/Generic_Factory_i.cpp
+++ b/TAO/examples/Quoter/Generic_Factory_i.cpp
@@ -15,11 +15,14 @@
#include "Generic_Factory_i.h"
#include "QuoterC.h"
-#include "tao/corba.h"
+
#include "tao/ORB_Core.h"
+
#include "ace/Get_Opt.h"
-ACE_RCSID(Quoter, Generic_Factory_i, "$Id$")
+ACE_RCSID (Quoter,
+ Generic_Factory_i,
+ "$Id$")
// Constructor
Quoter_Generic_Factory_i::Quoter_Generic_Factory_i (int debug_level)