moved SharedMemory to slsSupportLib

This commit is contained in:
2026-05-29 15:55:12 +02:00
parent 1485f7c6c6
commit 4512e8ca49
10 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
#include "Module.h"
#include "SharedMemory.h"
#include "sls/ClientSocket.h"
#include "sls/SharedMemory.h"
#include "sls/ToString.h"
#include "sls/Version.h"
#include "sls/bit_utils.h"