mirror of https://github.com/PCSX2/pcsx2.git
Elfheader.cpp: removed "using namespace std"
This commit is contained in:
parent
285e07be76
commit
7de0065216
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue