mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 13:58:22 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
@@ -30,11 +30,9 @@
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
extern LauncherList launcher_list;
|
||||
|
||||
|
||||
LauncherLink::LauncherLink(int id, EmuTCPConnection *c)
|
||||
: ID(id),
|
||||
tcpc(c),
|
||||
|
||||
Reference in New Issue
Block a user