mirror of https://github.com/PCSX2/pcsx2.git
gsdx: Remove "using namespace std"
This commit is contained in:
parent
82d1aba67f
commit
fe2dfdb3b9
|
@ -118,9 +118,6 @@ typedef int64 sint64;
|
|||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#include <functional>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <zlib.h>
|
||||
|
|
Loading…
Reference in New Issue