Remove "using namespace std;".

This commit is contained in:
John Hood
2018-08-15 01:56:53 -04:00
parent fb23168ed9
commit 756f4f8e98
13 changed files with 16 additions and 24 deletions
-1
View File
@@ -38,7 +38,6 @@
#include "transportsender-impl.h"
using namespace Network;
using namespace std;
template <class MyState, class RemoteState>
Transport<MyState, RemoteState>::Transport( MyState &initial_state, RemoteState &initial_remote,