Elfheader.cpp: removed "using namespace std"

This commit is contained in:
archshift 2014-08-10 00:59:46 -07:00 committed by Gui Andrade
parent 285e07be76
commit 7de0065216
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
#include "GS.h" // for sending game crc to mtgs
#include "Elfheader.h"
using namespace std;
u32 ElfCRC;
u32 ElfEntry;
std::pair<u32,u32> ElfTextRange;