refactoring directory structure and rename to .hpp
Build on RHEL9 docker image / build (push) Successful in 4m17s
Build on RHEL8 docker image / build (push) Successful in 5m12s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m38s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m6s

This commit is contained in:
2026-07-07 18:37:21 +02:00
parent bb66698b40
commit cfccb1d749
27 changed files with 31 additions and 29 deletions
@@ -1,4 +1,4 @@
#include "CommandLineOptions.h"
#include "CommandLineOptions.hpp"
#include "sls/ToString.h"
#include "sls/sls_detector_exceptions.h"
@@ -1,4 +1,4 @@
#include "TCPInterface.h"
#include "TCPInterface.hpp"
#include "fmt/format.h"
#include "sls/logger.h"