]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/netunit.cpp
Moved base and utility classes from global scope.
[stg.git] / stglibs / srvconf.lib / netunit.cpp
index 68d64678e5b7d33528475cda68dd3afc89ef72ad..aabb778096ef099b5c774179264ffa0e248fd6c3 100644 (file)
@@ -26,7 +26,8 @@
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
-#include "stg/netunit.h"
+#include "netunit.h"
+
 #include "stg/servconf_types.h"
 #include "stg/common.h"
 #include "stg/blowfish.h"
 #include "stg/servconf_types.h"
 #include "stg/common.h"
 #include "stg/blowfish.h"
@@ -43,6 +44,8 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 
 #include <sys/socket.h>
 #include <netinet/in.h>
 
+using namespace STG;
+
 namespace
 {
 
 namespace
 {