]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#893] reverted changes
authorRazvan Becheriu <razvan@isc.org>
Thu, 16 Apr 2020 12:44:16 +0000 (15:44 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 16 Apr 2020 12:44:16 +0000 (15:44 +0300)
src/bin/dhcp6/json_config_parser.cc

index 41cae9920b0a43a7bbcb799f1639d9521ac369e2..9352f39456e11b25c078bb9c03ddc543c70ee993 100644 (file)
 #include <cc/command_interpreter.h>
 #include <config/command_mgr.h>
 #include <database/dbaccess_parser.h>
-#include <dhcp/iface_mgr.h>
 #include <dhcp/libdhcp++.h>
+#include <dhcp6/json_config_parser.h>
 #include <dhcp6/dhcp6_log.h>
 #include <dhcp6/dhcp6_srv.h>
-#include <dhcp6/json_config_parser.h>
+#include <dhcp/iface_mgr.h>
 #include <dhcpsrv/cb_ctl_dhcp4.h>
 #include <dhcpsrv/cfg_option.h>
 #include <dhcpsrv/cfgmgr.h>
@@ -48,6 +48,8 @@
 #include <boost/algorithm/string.hpp>
 #include <boost/foreach.hpp>
 #include <boost/lexical_cast.hpp>
+#include <boost/scoped_ptr.hpp>
+#include <boost/shared_ptr.hpp>
 
 #include <iostream>
 #include <limits>
 #include <netinet/in.h>
 #include <vector>
 
+#include <stdint.h>
+
 using namespace std;
 using namespace isc;
 using namespace isc::data;
 using namespace isc::dhcp;
 using namespace isc::asiolink;
 using namespace isc::hooks;
-using namespace isc::process;
-using namespace isc::config;
-using namespace isc::db;
 
 namespace {