]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1082] update list of included namespaces
authorRazvan Becheriu <razvan@isc.org>
Tue, 4 Jan 2022 09:46:19 +0000 (11:46 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 6 Jan 2022 12:48:46 +0000 (14:48 +0200)
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp6/json_config_parser.cc

index f7843fa0fee38499c8727353a9d2d32f1edbefc8..b1dd8300d58add5713cd26d7059cc8511968aec8 100644 (file)
 #include <util/encode/hex.h>
 #include <util/strutil.h>
 
+#include <boost/algorithm/string.hpp>
 #include <boost/foreach.hpp>
 #include <boost/lexical_cast.hpp>
-#include <boost/algorithm/string.hpp>
 
-#include <limits>
 #include <iostream>
+#include <limits>
 #include <iomanip>
 #include <netinet/in.h>
 #include <vector>
@@ -54,8 +54,8 @@
 
 using namespace std;
 using namespace isc;
-using namespace isc::dhcp;
 using namespace isc::data;
+using namespace isc::dhcp;
 using namespace isc::asiolink;
 using namespace isc::hooks;
 using namespace isc::process;
index d1e974d3f3da92fbb896e7ea143c15744028d229..afcaf49fb02e543eb9e541c96cbf01c6b5b264aa 100644 (file)
@@ -38,8 +38,8 @@
 #include <dhcpsrv/parsers/shared_networks_list_parser.h>
 #include <dhcpsrv/parsers/sanity_checks_parser.h>
 #include <dhcpsrv/host_data_source_factory.h>
-#include <hooks/hooks_parser.h>
 #include <hooks/hooks_manager.h>
+#include <hooks/hooks_parser.h>
 #include <log/logger_support.h>
 #include <process/config_ctl_parser.h>
 
@@ -67,6 +67,7 @@ using namespace isc::dhcp;
 using namespace isc::asiolink;
 using namespace isc::hooks;
 using namespace isc::process;
+using namespace isc::config;
 
 namespace {