Browse Source

Cleaned up leftover namespace std

Paul-Louis Ageneau 5 years ago
parent
commit
2c953e77a9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/capi.cpp

+ 0 - 2
test/capi.cpp

@@ -30,8 +30,6 @@ static void sleep(unsigned int secs) { Sleep(secs * 1000); }
 #include <unistd.h> // for sleep
 #include <unistd.h> // for sleep
 #endif
 #endif
 
 
-using namespace std;
-
 typedef struct {
 typedef struct {
 	rtcState state;
 	rtcState state;
 	rtcGatheringState gatheringState;
 	rtcGatheringState gatheringState;