mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 20:26:42 +01:00
cleaning
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
#include <signal.h> // SIGINT
|
#include <signal.h> // SIGINT
|
||||||
#include <sys/stat.h> // stat
|
#include <sys/stat.h> // stat
|
||||||
#include <sys/socket.h> // socket(), bind(), listen(), accept(), shut down
|
#include <sys/socket.h> // socket(), bind(), listen(), accept(), shut down
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
#include <stdlib.h> // exit()
|
#include <stdlib.h> // exit()
|
||||||
#include <iomanip> //set precision
|
#include <iomanip> //set precision
|
||||||
#include <sys/mman.h> //munmap
|
#include <sys/mman.h> //munmap
|
||||||
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
@@ -22,9 +23,6 @@ using namespace std;
|
|||||||
#include "UDPInterface.h"
|
#include "UDPInterface.h"
|
||||||
#include "UDPBaseImplementation.h"
|
#include "UDPBaseImplementation.h"
|
||||||
|
|
||||||
#include "moench02ModuleData.h"
|
|
||||||
#include "gotthardModuleData.h"
|
|
||||||
#include "gotthardShortModuleData.h"
|
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
#include "UDPInterface.h"
|
#include "UDPInterface.h"
|
||||||
#include "UDPBaseImplementation.h"
|
#include "UDPBaseImplementation.h"
|
||||||
|
|
||||||
#include "sls_receiver_defs.h"
|
|
||||||
#include "receiver_defs.h"
|
#include "receiver_defs.h"
|
||||||
#include "MySocketTCP.h"
|
#include "MySocketTCP.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user