summaryrefslogtreecommitdiff
path: root/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
commit71f96f8caa43414d53d20281e078432751582f08 (patch)
tree7f17724eb1cbe53f8d4cae70d3cafc146e3bf516 /cpp/src
parent0edbe936778a8c52c66735faec6d03d93d86e0a8 (diff)
downloadqpid-python-71f96f8caa43414d53d20281e078432751582f08.tar.gz
Removed unneeded and nonportable include config.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/ExchangeRegistry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/ExchangeRegistry.cpp b/cpp/src/qpid/broker/ExchangeRegistry.cpp
index 7abb2ad443..01f8bbfee6 100644
--- a/cpp/src/qpid/broker/ExchangeRegistry.cpp
+++ b/cpp/src/qpid/broker/ExchangeRegistry.cpp
@@ -19,7 +19,6 @@
*
*/
-#include "config.h"
#include "ExchangeRegistry.h"
#include "DirectExchange.h"
#include "FanOutExchange.h"