a lot of internal include replacements
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "ServiceInterfaceBuffer.h"
|
||||
#include "fsfw/serviceinterface/ServiceInterfaceBuffer.h"
|
||||
|
||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||
|
||||
#include "../timemanager/Clock.h"
|
||||
#include "fsfw/timemanager/Clock.h"
|
||||
|
||||
#include "serviceInterfaceDefintions.h"
|
||||
#include "fsfw/serviceinterface/serviceInterfaceDefintions.h"
|
||||
#include <cstring>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <FSFWConfig.h>
|
||||
#include "ServiceInterfacePrinter.h"
|
||||
#include "serviceInterfaceDefintions.h"
|
||||
#include "../timemanager/Clock.h"
|
||||
#include "fsfw/FSFW.h"
|
||||
#include "fsfw/serviceinterface/ServiceInterfacePrinter.h"
|
||||
#include "fsfw/serviceinterface/serviceInterfaceDefintions.h"
|
||||
#include "fsfw/timemanager/Clock.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "ServiceInterfaceStream.h"
|
||||
#include "fsfw/serviceinterface/ServiceInterfaceStream.h"
|
||||
|
||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user