cleaned up includes
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-09-26 13:23:20 +02:00
parent 96bbde7bbc
commit e7b6ca42bf
7 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
#define SENSORPROCESSING_H_
#include <stdint.h> //uint8_t
#include <sys/time.h> /*purpose, timeval ?*/
#include <time.h> /*purpose, timeval ?*/
#include <config/classIds.h>
#include <fsfw/src/fsfw/returnvalues/returnvalue.h>
#include <AcsParameters.h>