summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp')
-rw-r--r--TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp b/TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp
index 8505243b80f..1d66e52a524 100644
--- a/TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp
+++ b/TAO/DevGuideExamples/EventServices/OMG_Basic/EchoEventSupplierMain.cpp
@@ -2,9 +2,9 @@
// Main program for a PushSupplier of Echo events.
-#include <orbsvcs/CosEventCommC.h>
-#include <orbsvcs/CosEventChannelAdminC.h>
-#include <orbsvcs/CosNamingC.h>
+#include "orbsvcs/CosEventCommC.h"
+#include "orbsvcs/CosEventChannelAdminC.h"
+#include "orbsvcs/CosNamingC.h"
#include <iostream>