moved non public headers

This commit is contained in:
Erik Frojdh
2020-02-03 14:38:24 +01:00
parent 6cc13f9dc1
commit 254e8f85d8
20 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
#include "Receiver.h"
#include "ClientInterface.h"
#include "sls_detector_exceptions.h"
#include "versionAPI.h"
#include "container_utils.h"
@@ -13,6 +14,7 @@
#include <string>
#include <syscall.h>
Receiver::~Receiver() = default;
Receiver::Receiver(int argc, char *argv[]):
tcpipInterface (nullptr) {