include names fixed

This commit is contained in:
Robin Müller 2020-10-20 17:51:13 +02:00
parent ede00dfdcc
commit 29a796ebdb
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef CONFIG_FSFWCONFIG_H_
#define CONFIG_FSFWCONFIG_H_
#include "version.h"
#include <FSFWVersion.h>
//! Used to determine whether C++ ostreams are used
//! Those can lead to code bloat.

View File

@ -1,6 +1,8 @@
#ifndef CONFIG_OBSWCONFIG_H_
#define CONFIG_OBSWCONFIG_H_
#include "OBSWVersion.h"
#ifdef __cplusplus
namespace config {
#endif