summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Deliverable.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-09 21:55:34 +0000
committerAlan Conway <aconway@apache.org>2006-11-09 21:55:34 +0000
commit402ac40145f2d35f9f9bfd34d499336faeb65c2e (patch)
tree49084b4dcb4ba2a1b7c846dc90e997ac6582656f /qpid/cpp/src/qpid/broker/Deliverable.h
parent75e9bad6c3eb3a7bb207a10ec6719e859170396b (diff)
downloadqpid-python-402ac40145f2d35f9f9bfd34d499336faeb65c2e.tar.gz
Added POSIX equivalents to APR classes used by clients, inlined trivial calls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/Deliverable.h')
-rw-r--r--qpid/cpp/src/qpid/broker/Deliverable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Deliverable.h b/qpid/cpp/src/qpid/broker/Deliverable.h
index 5aded061b7..009397a7e5 100644
--- a/qpid/cpp/src/qpid/broker/Deliverable.h
+++ b/qpid/cpp/src/qpid/broker/Deliverable.h
@@ -18,7 +18,7 @@
#ifndef _Deliverable_
#define _Deliverable_
-#include "qpid/broker/Queue.h"
+#include <qpid/broker/Queue.h>
namespace qpid {
namespace broker {