From 0d5724e3d416f837348b764cde3f7f732c2c5af6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 15 Sep 2020 17:34:07 +0200 Subject: [PATCH] include improvements taken over --- timemanager/CCSDSTime.cpp | 9 +++------ timemanager/CCSDSTime.h | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/timemanager/CCSDSTime.cpp b/timemanager/CCSDSTime.cpp index 12ecf34a..f99f8fbb 100644 --- a/timemanager/CCSDSTime.cpp +++ b/timemanager/CCSDSTime.cpp @@ -1,11 +1,8 @@ #include "../timemanager/CCSDSTime.h" -#include -#include -#include +#include +#include +#include -#ifndef SCNu8 - #define SCNu8 "hhu" -#endif CCSDSTime::CCSDSTime() { } diff --git a/timemanager/CCSDSTime.h b/timemanager/CCSDSTime.h index b9efa49c..89fcff92 100644 --- a/timemanager/CCSDSTime.h +++ b/timemanager/CCSDSTime.h @@ -3,9 +3,9 @@ // COULDDO: have calls in Clock.h which return time quality and use timespec accordingly -#include "../timemanager/Clock.h" +#include "Clock.h" #include "../returnvalues/HasReturnvaluesIF.h" -#include +#include bool operator<(const timeval& lhs, const timeval& rhs); bool operator<=(const timeval& lhs, const timeval& rhs);