diff options
Diffstat (limited to 'TAO/examples/Quoter/Quoter_i.cpp')
-rw-r--r-- | TAO/examples/Quoter/Quoter_i.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Quoter/Quoter_i.cpp b/TAO/examples/Quoter/Quoter_i.cpp index 1e3851293a6..17caadc1bc1 100644 --- a/TAO/examples/Quoter/Quoter_i.cpp +++ b/TAO/examples/Quoter/Quoter_i.cpp @@ -15,13 +15,11 @@ #include "Quoter_i.h" -#include "tao/PortableServer/POA.h" - #include "tao/debug.h" #include "tao/ORB_Core.h" -ACE_RCSID (Quoter, - Quoter_i, +ACE_RCSID (Quoter, + Quoter_i, "$Id$") // Constructor. Create all the quoter factories. |