cleaned up

This commit is contained in:
Martino Ferrari
2026-02-23 10:17:22 +01:00
parent 87b9ccebfd
commit 38bb971bc4
9 changed files with 243 additions and 38 deletions

View File

@@ -1,8 +1,6 @@
#ifndef DEBUGSERVICE_H
#define DEBUGSERVICE_H
#include "DataSourceI.h"
#include "GAM.h"
#include "MessageI.h"
#include "StreamString.h"
#include "BasicUDPSocket.h"
@@ -10,15 +8,8 @@
#include "ReferenceContainer.h"
#include "SingleThreadService.h"
#include "EmbeddedServiceMethodBinderI.h"
#include "FastMath.h"
#include "CompilerTypes.h"
#include "Object.h"
#include "DebugCore.h"
#include "ClassRegistryDatabase.h"
#include "ErrorManagement.h"
#include "AdvancedErrorManagement.h"
#include "Threads.h"
#include "EventSem.h"
namespace MARTe {