Cleaned up leftover namespace std

This commit is contained in:
Paul-Louis Ageneau
2020-05-22 14:59:20 +02:00
parent ddb9f99ed6
commit 2c953e77a9

View File

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