diff options
Diffstat (limited to 'cpp/src/tests/EventChannelTest.cpp')
-rw-r--r-- | cpp/src/tests/EventChannelTest.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/tests/EventChannelTest.cpp b/cpp/src/tests/EventChannelTest.cpp index 45229ce20f..3ba54def86 100644 --- a/cpp/src/tests/EventChannelTest.cpp +++ b/cpp/src/tests/EventChannelTest.cpp @@ -18,11 +18,11 @@ * under the License. * */ -#include "../sys/posix/EventChannel.h" -#include "../sys/posix/check.h" -#include "../sys/Runnable.h" -#include "../sys/Socket.h" -#include "../sys/Thread.h" +#include "qpid/sys/posix/EventChannel.h" +#include "qpid/sys/posix/check.h" +#include "qpid/sys/Runnable.h" +#include "qpid/sys/Socket.h" +#include "qpid/sys/Thread.h" #include "qpid_test_plugin.h" #include <sys/socket.h> |