diff --git a/slsDetectorSoftware/include/Detector.h b/slsDetectorSoftware/include/Detector.h index 7a8d6c475..87fcf023f 100644 --- a/slsDetectorSoftware/include/Detector.h +++ b/slsDetectorSoftware/include/Detector.h @@ -1,5 +1,6 @@ #pragma once #include "Result.h" +#include "network_utils.h" #include "sls_detector_defs.h" #include #include diff --git a/slsSupportLib/CMakeLists.txt b/slsSupportLib/CMakeLists.txt index a068f786d..8475fb524 100755 --- a/slsSupportLib/CMakeLists.txt +++ b/slsSupportLib/CMakeLists.txt @@ -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 diff --git a/slsSupportLib/include/UdpRxSocket.h b/slsSupportLib/include/UdpRxSocket.h index 7e59c0d30..e2205917e 100644 --- a/slsSupportLib/include/UdpRxSocket.h +++ b/slsSupportLib/include/UdpRxSocket.h @@ -9,7 +9,6 @@ this might be deprecated in the future */ -// #include "genericSocket.h" #include "network_utils.h" #include "sls_detector_exceptions.h" #include