Skip to content

Commit 31cfded

Browse files
committed
Get rid of unused using namespace std;
1 parent 4566b44 commit 31cfded

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Source/Managers/ThreadMan.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "ThreadMan.h"
22

3-
using namespace std;
4-
53
using namespace RTE;
64

75
ThreadMan::ThreadMan() {

Source/Menus/MultiplayerGameGUI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include "FrameMan.h"
44

5-
using namespace std;
65
using namespace RTE;
76

87
MultiplayerGameGUI::MultiplayerGameGUI() {

0 commit comments

Comments
 (0)