removing using namespace std from headers in slsDetector

This commit is contained in:
Erik Frojdh
2018-05-24 12:18:25 +02:00
parent a154d0a088
commit d71008bd10
6 changed files with 68 additions and 66 deletions

View File

@ -31,7 +31,7 @@ extern "C" {
#include <math.h>
#include <semaphore.h>
#include <cstdlib>
using namespace std;
//using namespace std;
//#include "slsDetectorActions_Standalone.h"