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/client/LoadPlugins.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/client/LoadPlugins.cpp')
| -rw-r--r-- | cpp/src/qpid/client/LoadPlugins.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/client/LoadPlugins.cpp b/cpp/src/qpid/client/LoadPlugins.cpp index c5d8924014..65a43c4012 100644 --- a/cpp/src/qpid/client/LoadPlugins.cpp +++ b/cpp/src/qpid/client/LoadPlugins.cpp @@ -21,14 +21,14 @@ #include "LoadPlugins.h" -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include "qpid/Modules.h" #include "qpid/sys/Shlib.h" + #include <string> #include <vector> +#include "config.h" + using std::vector; using std::string; |
