summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-11-11 11:27:50 -0600
committerAdam Mitz <mitza@objectcomputing.com>2021-11-11 11:27:50 -0600
commit026a87c8d9d1ce03c09d77e8c1fb99eb7d6af666 (patch)
treeea42235649022bf369e1192ab78d16ef6fda9f7d
parentdb323998e5c17529ea8bda371bdaaaa2e118151b (diff)
downloadATCD-026a87c8d9d1ce03c09d77e8c1fb99eb7d6af666.tar.gz
Notify svc: Fixed include
The "make install" tree doesn't have two orbsvcs directories
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp
index 3befe5193ec..b22c6be82d5 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp
@@ -9,7 +9,7 @@
#include "orbsvcs/Notify/PropertySeq.h"
-#include "orbsvcs/orbsvcs/NotifyExtC.h"
+#include "orbsvcs/NotifyExtC.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL