diff options
Diffstat (limited to 'cpp/src/tests/TopicExchangeTest.cpp')
-rw-r--r-- | cpp/src/tests/TopicExchangeTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/TopicExchangeTest.cpp b/cpp/src/tests/TopicExchangeTest.cpp index d707066534..ae22df1d44 100644 --- a/cpp/src/tests/TopicExchangeTest.cpp +++ b/cpp/src/tests/TopicExchangeTest.cpp @@ -17,8 +17,8 @@ * under the License. */ #include "qpid/broker/TopicExchange.h" -#include "unit_test.h" -#include "test_tools.h" +#include "tests/unit_test.h" +#include "tests/test_tools.h" using namespace qpid::broker; using namespace std; |