summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/client.h2
-rw-r--r--TAO/orbsvcs/tests/AVStreams/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/client.h b/TAO/orbsvcs/tests/AVStreams/client.h
index adec8d370e6..37197dac322 100644
--- a/TAO/orbsvcs/tests/AVStreams/client.h
+++ b/TAO/orbsvcs/tests/AVStreams/client.h
@@ -24,7 +24,7 @@
#include "ace/Synch.h"
#include "ace/Task.h"
#include "ace/Thread_Manager.h"
-#include "orbsvcs/AVStreams_i.h"
+#include "orbsvcs/AV/AVStreams_i.h"
#include "ace/Get_Opt.h"
#include "tao/tao_util.h"
diff --git a/TAO/orbsvcs/tests/AVStreams/server.cpp b/TAO/orbsvcs/tests/AVStreams/server.cpp
index c60982f2f45..d1c0e05fc93 100644
--- a/TAO/orbsvcs/tests/AVStreams/server.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/server.cpp
@@ -16,7 +16,7 @@
//
// ============================================================================
-#include "orbsvcs/AVStreams_i.h"
+#include "orbsvcs/AV/AVStreams_i.h"
/* #include "tao/tao.h" */
#include "tao/tao_util.h"