Some more namespace hygiene for "using decl;".
This commit is contained in:
@@ -40,11 +40,11 @@
|
||||
|
||||
#include "parseraction.h"
|
||||
|
||||
using std::deque;
|
||||
using std::list;
|
||||
using std::string;
|
||||
|
||||
namespace Network {
|
||||
using std::deque;
|
||||
using std::list;
|
||||
using std::string;
|
||||
|
||||
enum UserEventType {
|
||||
UserByteType = 0,
|
||||
ResizeType = 1
|
||||
|
||||
Reference in New Issue
Block a user