diff options
Diffstat (limited to 'cpp/src/qpid/broker/Channel.cpp')
-rw-r--r-- | cpp/src/qpid/broker/Channel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Channel.cpp b/cpp/src/qpid/broker/Channel.cpp index 947a97ae7c..c225036a07 100644 --- a/cpp/src/qpid/broker/Channel.cpp +++ b/cpp/src/qpid/broker/Channel.cpp @@ -15,8 +15,8 @@ * limitations under the License. * */ -#include "qpid/broker/Channel.h" -#include "qpid/QpidError.h" +#include <qpid/broker/Channel.h> +#include <qpid/QpidError.h> #include <iostream> #include <sstream> #include <assert.h> |