mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#3536] moved from lib to hooks
This commit is contained in:
@@ -48,13 +48,13 @@
|
||||
#include <util/multi_threading_mgr.h>
|
||||
|
||||
#ifdef HAVE_MYSQL
|
||||
#include <mysql_lease_backend/mysql_lease_mgr.h>
|
||||
#include <mysql_host_backend/mysql_host_data_source.h>
|
||||
#include <hooks/dhcp/mysql_lb/mysql_lease_mgr.h>
|
||||
#include <hooks/dhcp/mysql_hb/mysql_host_data_source.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PGSQL
|
||||
#include <pgsql_lease_backend/pgsql_lease_mgr.h>
|
||||
#include <pgsql_host_backend/pgsql_host_data_source.h>
|
||||
#include <hooks/dhcp/pgsql_lb/pgsql_lease_mgr.h>
|
||||
#include <hooks/dhcp/pgsql_hb/pgsql_host_data_source.h>
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
Reference in New Issue
Block a user