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

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

View File

@ -2,7 +2,7 @@
#include "AcsParameters.h"
#include <stddef.h>
#include <math.h>
#include <cmath>
AcsParameters::AcsParameters() {

View File

@ -12,7 +12,7 @@
#include <AcsParameters.h>
#include <SensorValues.h>
#include <OutputValues.h>
#include <sys/time.h>
#include <time.h>
class Guidance {

View File

@ -17,10 +17,10 @@
#define IGRF13MODEL_H_
#include <fsfw/parameters/HasParametersIF.h>
//#include <cmath>
#include <cmath>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
// Output should be transformed to [T] instead of [nT]

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>

View File

@ -4,7 +4,7 @@
* Created on: 30 Mar 2022
* Author: rooob
*/
#include <acs/SensorValues.h>
#include <SensorValues.h>
#include <stddef.h>
#include <cmath>

View File

@ -95,5 +95,5 @@ public:
};
} /* namespace ACS */
#endif ENSORVALUES_H_
#endif /*ENSORVALUES_H_*/

View File

@ -15,7 +15,7 @@
#include <acs/AcsParameters.h>
#include <acs/config/classIds.h>
#include <fsfw/returnvalues/returnvalue.h>
#include <sys/time.h>
#include <time.h>
class Detumble{