From 3a4b89cc280e6c27759ae58ffa83ecccb28536bc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 13 Jan 2021 12:43:53 +0100 Subject: [PATCH] more changes --- datapoollocal/ProvidesDataPoolSubscriptionIF.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/datapoollocal/ProvidesDataPoolSubscriptionIF.h b/datapoollocal/ProvidesDataPoolSubscriptionIF.h index 6c70046d..a0d73b93 100644 --- a/datapoollocal/ProvidesDataPoolSubscriptionIF.h +++ b/datapoollocal/ProvidesDataPoolSubscriptionIF.h @@ -1,10 +1,9 @@ #ifndef FSFW_DATAPOOLLOCAL_PROVIDESDATAPOOLSUBSCRIPTION_H_ #define FSFW_DATAPOOLLOCAL_PROVIDESDATAPOOLSUBSCRIPTION_H_ -#include -#include -#include - +#include "localPoolDefinitions.h" +#include "../ipc/messageQueueDefinitions.h" +#include "../returnvalues/HasReturnvaluesIF.h" class ProvidesDataPoolSubscriptionIF {