more include replacements
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include "RMAP.h"
|
||||
#include "rmapStructs.h"
|
||||
#include "RMAPChannelIF.h"
|
||||
#include "fsfw/rmap/RMAP.h"
|
||||
#include "fsfw/rmap/rmapStructs.h"
|
||||
#include "fsfw/rmap/RMAPChannelIF.h"
|
||||
|
||||
#include "../devicehandlers/DeviceCommunicationIF.h"
|
||||
#include "fsfw/devicehandlers/DeviceCommunicationIF.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "RMAPChannelIF.h"
|
||||
#include "RMAPCookie.h"
|
||||
#include "fsfw/rmap/RMAPChannelIF.h"
|
||||
#include "fsfw/rmap/RMAPCookie.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "RmapDeviceCommunicationIF.h"
|
||||
#include "RMAP.h"
|
||||
#include "fsfw/rmap/RmapDeviceCommunicationIF.h"
|
||||
#include "fsfw/rmap/RMAP.h"
|
||||
|
||||
//TODO Cast here are all potential bugs
|
||||
RmapDeviceCommunicationIF::~RmapDeviceCommunicationIF() {
|
||||
|
Reference in New Issue
Block a user