This commit is contained in:
sala 2014-09-08 11:45:52 +02:00
parent 9a7e45aa56
commit 87efbf764e
2 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@
/*
#include <signal.h> // SIGINT
#include <sys/stat.h> // stat
#include <sys/socket.h> // socket(), bind(), listen(), accept(), shut down
@ -14,6 +14,7 @@
#include <stdlib.h> // exit()
#include <iomanip> //set precision
#include <sys/mman.h> //munmap
*/
#include <string.h>
#include <iostream>
@ -22,9 +23,6 @@ using namespace std;
#include "UDPInterface.h"
#include "UDPBaseImplementation.h"
#include "moench02ModuleData.h"
#include "gotthardModuleData.h"
#include "gotthardShortModuleData.h"
using namespace std;

View File

@ -10,7 +10,6 @@
#include "UDPInterface.h"
#include "UDPBaseImplementation.h"
#include "sls_receiver_defs.h"
#include "receiver_defs.h"
#include "MySocketTCP.h"