removed config includes

This commit is contained in:
Robin Müller 2020-07-17 14:37:54 +02:00
parent 7a4a2f986a
commit b400deed1a
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#include <stdint.h>
#include <framework/events/fwSubsystemIdRanges.h>
//could be move to more suitable location
#include <config/tmtc/subsystemIdRanges.h>
typedef uint16_t EventId_t;
typedef uint8_t EventSeverity_t;

View File

@ -2,7 +2,6 @@
#define FRAMEWORK_RETURNVALUES_HASRETURNVALUESIF_H_
#include <framework/returnvalues/FwClassIds.h>
#include <config/returnvalues/classIds.h>
#include <cstdint>
#define MAKE_RETURN_CODE( number ) ((INTERFACE_ID << 8) + (number))