From 29a796ebdb85ca62ab6d90ec5519d561a51de40a Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 20 Oct 2020 17:51:13 +0200 Subject: [PATCH] include names fixed --- defaultcfg/config/FSFWConfig.h | 2 +- defaultcfg/config/OBSWConfig.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/defaultcfg/config/FSFWConfig.h b/defaultcfg/config/FSFWConfig.h index 2001f306..cfe89864 100644 --- a/defaultcfg/config/FSFWConfig.h +++ b/defaultcfg/config/FSFWConfig.h @@ -1,7 +1,7 @@ #ifndef CONFIG_FSFWCONFIG_H_ #define CONFIG_FSFWCONFIG_H_ -#include "version.h" +#include //! Used to determine whether C++ ostreams are used //! Those can lead to code bloat. diff --git a/defaultcfg/config/OBSWConfig.h b/defaultcfg/config/OBSWConfig.h index d186da7d..a9f57638 100644 --- a/defaultcfg/config/OBSWConfig.h +++ b/defaultcfg/config/OBSWConfig.h @@ -1,6 +1,8 @@ #ifndef CONFIG_OBSWCONFIG_H_ #define CONFIG_OBSWCONFIG_H_ +#include "OBSWVersion.h" + #ifdef __cplusplus namespace config { #endif