diff --git a/srcs/open_dhcp/query.cpp b/srcs/open_dhcp/query.cpp index 489c96d..c93b431 100644 --- a/srcs/open_dhcp/query.cpp +++ b/srcs/open_dhcp/query.cpp @@ -3,6 +3,8 @@ // #include #include +using namespace std; + #include #include #include @@ -23,8 +25,6 @@ #include "user_errno.h" #include "uthash/uthash.h" -using namespace std; - extern data2 cfig; extern bool kRunning; extern dhcpMap dhcpCache;