mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-12 00:18:37 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
@@ -17,11 +17,9 @@
|
||||
*/
|
||||
#include "../common/debug.h"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <iomanip>
|
||||
using namespace std;
|
||||
#include <stdlib.h>
|
||||
#include "../common/version.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user