diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 7e96d0940..5b681444a 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -14,6 +14,8 @@ * --------------------------------------------------- */ +using namespace std; + #include "inspircd.h" #include "inspircd_io.h" #include "inspircd_util.h" @@ -47,8 +49,6 @@ #include "helperfuncs.h" #include "hashcomp.h" -using namespace std; - extern int MODCOUNT; extern std::vector<Module*, __single_client_alloc> modules; extern std::vector<ircd_module*, __single_client_alloc> factory; |