summaryrefslogtreecommitdiff
path: root/cpp/test/unit/qpid/broker/ChannelTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/unit/qpid/broker/ChannelTest.cpp')
-rw-r--r--cpp/test/unit/qpid/broker/ChannelTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/unit/qpid/broker/ChannelTest.cpp b/cpp/test/unit/qpid/broker/ChannelTest.cpp
index 796c949363..373325e0eb 100644
--- a/cpp/test/unit/qpid/broker/ChannelTest.cpp
+++ b/cpp/test/unit/qpid/broker/ChannelTest.cpp
@@ -15,8 +15,8 @@
* limitations under the License.
*
*/
-#include "qpid/broker/Channel.h"
-#include "qpid/broker/Message.h"
+#include <qpid/broker/Channel.h>
+#include <qpid/broker/Message.h>
#include <qpid_test_plugin.h>
#include <iostream>
#include <memory>