mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[#1308] removed boost/function.hpp and boost/bind.hpp
This commit is contained in:
parent
7365467fbd
commit
c417af6df2
@ -74,7 +74,7 @@ if test "${boost_include_path}" ; then
|
||||
BOOST_INCLUDES="-isystem ${boost_include_path}"
|
||||
CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES"
|
||||
fi
|
||||
AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/bind.hpp boost/function.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/asio/signal_set.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp boost/functional/hash.hpp],,
|
||||
AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/asio/signal_set.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp boost/functional/hash.hpp],,
|
||||
AC_MSG_ERROR([Missing required header files.]))
|
||||
|
||||
AC_CHECK_HEADERS(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built-in header.))
|
||||
|
@ -12,8 +12,6 @@
|
||||
#include <process/testutils/d_test_stubs.h>
|
||||
#include <util/time_utilities.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <algorithm>
|
||||
|
@ -13,8 +13,6 @@
|
||||
#include <dns/messagerenderer.h>
|
||||
#include <nc_test_utils.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -13,8 +13,6 @@
|
||||
#include <dns/messagerenderer.h>
|
||||
#include <nc_test_utils.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
||||
#include <string>
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include <http/response_json.h>
|
||||
#include <util/multi_threading_mgr.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/pointer_cast.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <util/multi_threading_mgr.h>
|
||||
#include <util/strutil.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <string>
|
||||
|
@ -10,8 +10,6 @@
|
||||
#include <test_data_files_config.h>
|
||||
#include <user_file.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -12,8 +12,6 @@
|
||||
#include <user_file.h>
|
||||
#include <test_data_files_config.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <user.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <user.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/numeric/conversion/cast.hpp>
|
||||
|
||||
#include <util/buffer.h>
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <util/buffer.h>
|
||||
#include <util/io_utilities.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <util/buffer.h>
|
||||
#include <util/io_utilities.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -7,11 +7,13 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <cc/command_interpreter.h>
|
||||
#include <config/tests/data_def_unittests_config.h>
|
||||
#include <log/logger_name.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include <fstream>
|
||||
|
||||
using namespace isc::data;
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
#include <util/buffer.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <map>
|
||||
|
@ -12,7 +12,6 @@
|
||||
#include <dhcp/pkt4.h>
|
||||
#include <dhcp/pkt6.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/circular_buffer.hpp>
|
||||
#include <sstream>
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
#include <dhcp/packet_queue.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/circular_buffer.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <sstream>
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <util/buffer.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <dhcp/tests/pkt_captures.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <util/range_utilities.h>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/pointer_cast.hpp>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <util/range_utilities.h>
|
||||
#include <util/stopwatch.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <cstdlib>
|
||||
|
@ -9,8 +9,6 @@
|
||||
|
||||
#include <dns/master_lexer.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
|
||||
namespace isc {
|
||||
namespace dns {
|
||||
|
||||
|
@ -14,9 +14,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
@ -19,8 +19,6 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <dns/master_loader.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
using namespace std;
|
||||
using namespace isc::dns;
|
||||
|
@ -11,8 +11,6 @@
|
||||
#include <exceptions/exceptions.h>
|
||||
#include <util/thread_pool.h>
|
||||
|
||||
#include <boost/function.hpp>
|
||||
|
||||
using namespace isc;
|
||||
using namespace isc::util;
|
||||
using namespace std;
|
||||
|
Loading…
x
Reference in New Issue
Block a user