a lot of internal include replacements

This commit is contained in:
2021-07-13 20:22:54 +02:00
parent ca297a7dcd
commit 936d0e9f0c
163 changed files with 558 additions and 563 deletions
@@ -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