diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-06-18 21:29:16 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-06-18 21:29:16 +0000 |
| commit | 7e19aa84b73070d212ad2c327acae4af1bb55abc (patch) | |
| tree | ea36b5b6a10025a087f2ae32ae45c79463160efb /cpp/src/qpid/SaslFactory.cpp | |
| parent | 8eaa98213ca05dd2cbbd544440ad5a68f4353a29 (diff) | |
| download | qpid-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/SaslFactory.cpp')
| -rw-r--r-- | cpp/src/qpid/SaslFactory.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/qpid/SaslFactory.cpp b/cpp/src/qpid/SaslFactory.cpp index 4d81a793ee..97e1d6e18a 100644 --- a/cpp/src/qpid/SaslFactory.cpp +++ b/cpp/src/qpid/SaslFactory.cpp @@ -24,9 +24,7 @@ #include <map> #include <string.h> -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #ifndef HAVE_SASL |
