removed header

This commit is contained in:
Erik Frojdh 2020-03-12 12:38:00 +01:00
parent 711d40a56e
commit 6809bd6567
3 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include "Result.h"
#include "network_utils.h"
#include "sls_detector_defs.h"
#include <chrono>
#include <memory>

View File

@ -20,7 +20,6 @@ set(PUBLICHEADERS
include/file_utils.h
include/container_utils.h
include/string_utils.h
include/genericSocket.h
include/logger.h
include/ClientSocket.h
include/DataSocket.h

View File

@ -9,7 +9,6 @@ this might be deprecated in the future
*/
// #include "genericSocket.h"
#include "network_utils.h"
#include "sls_detector_exceptions.h"
#include <cstdint>