From 7e19aa84b73070d212ad2c327acae4af1bb55abc Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 18 Jun 2013 21:29:16 +0000 Subject: 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 --- cpp/src/qpid/client/ConnectionImpl.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/src/qpid/client/ConnectionImpl.cpp') 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 #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" namespace qpid { namespace client { -- cgit v1.2.1