diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-08-28 13:09:25 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-09-03 09:31:33 +0200 |
commit | 012a97a87cd633f2a122f8ea3ee1218c04cf4259 (patch) | |
tree | 458166e64edb2f03559b8a08c57952d731c5d18a /src/lib/dhcpsrv/lease_mgr_factory.h | |
parent | [#92,!13] New libkea-database library created. (diff) | |
download | kea-012a97a87cd633f2a122f8ea3ee1218c04cf4259.tar.xz kea-012a97a87cd633f2a122f8ea3ee1218c04cf4259.zip |
[#92,!13] Refactored libkea-dhcpsrv to use libkea-database
Diffstat (limited to 'src/lib/dhcpsrv/lease_mgr_factory.h')
-rw-r--r-- | src/lib/dhcpsrv/lease_mgr_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/lease_mgr_factory.h b/src/lib/dhcpsrv/lease_mgr_factory.h index 1ac67046b5..9938643868 100644 --- a/src/lib/dhcpsrv/lease_mgr_factory.h +++ b/src/lib/dhcpsrv/lease_mgr_factory.h @@ -7,8 +7,8 @@ #ifndef LEASE_MGR_FACTORY_H #define LEASE_MGR_FACTORY_H +#include <database/database_connection.h> #include <dhcpsrv/lease_mgr.h> -#include <dhcpsrv/database_connection.h> #include <exceptions/exceptions.h> #include <boost/scoped_ptr.hpp> |