Removed double-including of config.

This commit is contained in:
Emil Dotchevski
2017-02-21 11:41:51 -08:00
parent 36af19fa50
commit 4ea8555871

View File

@ -11,7 +11,6 @@
#include <boost/exception/to_string_stub.hpp>
#include <boost/exception/detail/error_info_impl.hpp>
#include <boost/exception/detail/shared_ptr.hpp>
#include <boost/config.hpp>
#include <map>
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)