moved from c headers

This commit is contained in:
Erik Frojdh
2019-05-14 17:17:21 +02:00
parent 55f482f915
commit 97692ae3ab
7 changed files with 29 additions and 29 deletions

View File

@@ -5,14 +5,14 @@
#include "slsReceiverUsers.h"
#include "logger.h"
#include <iostream>
#include <string.h>
#include <signal.h> //SIGINT
#include <csignal> //SIGINT
#include <cstdlib> //system
#include <cstring>
#include <iostream>
#include <sys/types.h> //wait
#include <sys/wait.h> //wait
#include <unistd.h> //usleep
#include <syscall.h>
#include <unistd.h> //usleep
bool keeprunning;