diff options
Diffstat (limited to 'cpp/src/tests/InMemoryContentTest.cpp')
-rw-r--r-- | cpp/src/tests/InMemoryContentTest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/InMemoryContentTest.cpp b/cpp/src/tests/InMemoryContentTest.cpp index 3dbe31e072..cb729f9930 100644 --- a/cpp/src/tests/InMemoryContentTest.cpp +++ b/cpp/src/tests/InMemoryContentTest.cpp @@ -18,12 +18,12 @@ * under the License. * */ -#include "../broker/InMemoryContent.h" +#include "qpid/broker/InMemoryContent.h" #include "qpid_test_plugin.h" -#include "../gen/AMQP_HighestVersion.h" +#include "qpid/framing/AMQP_HighestVersion.h" #include <iostream> #include <list> -#include "../framing/AMQFrame.h" +#include "qpid/framing/AMQFrame.h" #include "MockChannel.h" using std::list; |