summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-30 23:00:38 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-30 23:00:38 +0000
commitdd816650b21f09aa2e68532a7d159588af4bd762 (patch)
tree21582a56176215e663a0b1d1426129d2f5afef98 /qpid/cpp/src
parent21ee7d08ffa59bccd1d5d56b3c66836f74afacb4 (diff)
downloadqpid-python-dd816650b21f09aa2e68532a7d159588af4bd762.tar.gz
Removed unneeded and nonportable include config.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp b/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp
index 7abb2ad443..01f8bbfee6 100644
--- a/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp
+++ b/qpid/cpp/src/qpid/broker/ExchangeRegistry.cpp
@@ -19,7 +19,6 @@
*
*/
-#include "config.h"
#include "ExchangeRegistry.h"
#include "DirectExchange.h"
#include "FanOutExchange.h"