summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-03-29 20:23:19 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-03-29 20:23:19 +0000
commit61744e973ab75d315fb2025fc7100e7ffe377541 (patch)
tree9fdd51c85386940f9ed058036f2ea01bda948f11 /cpp
parentd5ace636a41268cbd0ab11f4b0914b6ec9287844 (diff)
downloadqpid-python-61744e973ab75d315fb2025fc7100e7ffe377541.tar.gz
* Preliminary fix for rearranging all #include lines
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@523827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/lib/broker/ConnectionFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/broker/ConnectionFactory.cpp b/cpp/lib/broker/ConnectionFactory.cpp
index 20485dd0e1..0208e32b4d 100644
--- a/cpp/lib/broker/ConnectionFactory.cpp
+++ b/cpp/lib/broker/ConnectionFactory.cpp
@@ -19,7 +19,7 @@
*
*/
#include <ConnectionFactory.h>
-#include <Connection.h>
+#include "Connection.h"
namespace qpid {
namespace broker {