summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp b/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp
index 9a0b2c686e0..0822f72b265 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Service.cpp
@@ -1,13 +1,14 @@
// $Id$
#include "Notify_Service.h"
+#include "Builder.h"
+#include "Properties.h"
+#include "Factory.h"
#include "ace/Sched_Params.h"
#include "ace/Arg_Shifter.h"
#include "tao/ORB_Core.h"
-#include "Builder.h"
-#include "Properties.h"
-#include "Factory.h"
+#include "tao/debug.h"
ACE_RCSID(RT_Notify, TAO_NS_Notify_Service, "$Id$")