cleaning up headers

This commit is contained in:
Erik Frojdh
2020-03-03 11:33:28 +01:00
parent b2d88b441a
commit 1efacc9475
2 changed files with 3 additions and 18 deletions

View File

@ -1,19 +1,11 @@
/* slsReceiver */
#include "logger.h"
#include "Receiver.h"
#include "sls_detector_defs.h"
#include "container_utils.h"
#include <csignal> //SIGINT
#include <cstdlib> //system
#include <cstring>
#include <iostream>
#include <sys/types.h> //wait
#include <sys/wait.h> //wait
#include <csignal> //SIGINT
#include <syscall.h>
#include <unistd.h> //usleep
#include <memory>
#include <semaphore.h>
sem_t semaphore;