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

@@ -5,9 +5,7 @@
#include "BrokerI.h"
#include "MemoryMapBroker.h"
#include "ObjectRegistryDatabase.h"
#include "ReferenceT.h"
#include "ObjectBuilder.h"
#include "HighResolutionTimer.h"
// Original broker headers
#include "MemoryMapInputBroker.h"

View File

@@ -4,7 +4,6 @@
#include "CompilerTypes.h"
#include "TypeDescriptor.h"
#include "StreamString.h"
#include "MemoryOperationsHelper.h"
namespace MARTe {

View File

@@ -3,7 +3,6 @@
#include "FastScheduler.h"
#include "DebugService.h"
#include "ObjectRegistryDatabase.h"
namespace MARTe {

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 {

View File

@@ -8,7 +8,6 @@
#include "SingleThreadService.h"
#include "FastPollingMutexSem.h"
#include "EventSem.h"
#include "StreamString.h"
namespace MARTe {