summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/ConnectionImpl.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-18 21:29:16 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-18 21:29:16 +0000
commit7e19aa84b73070d212ad2c327acae4af1bb55abc (patch)
treeea36b5b6a10025a087f2ae32ae45c79463160efb /cpp/src/qpid/client/ConnectionImpl.cpp
parent8eaa98213ca05dd2cbbd544440ad5a68f4353a29 (diff)
downloadqpid-python-7e19aa84b73070d212ad2c327acae4af1bb55abc.tar.gz
NO-JIRA: Remove useless HAVE_CONFIG_H definition
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1494316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/ConnectionImpl.cpp')
-rw-r--r--cpp/src/qpid/client/ConnectionImpl.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/ConnectionImpl.cpp b/cpp/src/qpid/client/ConnectionImpl.cpp
index 056a53f263..ad8f21e7cd 100644
--- a/cpp/src/qpid/client/ConnectionImpl.cpp
+++ b/cpp/src/qpid/client/ConnectionImpl.cpp
@@ -42,9 +42,7 @@
#include <limits>
#include <vector>
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
namespace qpid {
namespace client {