Skip to content

Commit

Permalink
Fix some includes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Nov 23, 2024
1 parent 7c97ed9 commit 303bb4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Sts1CobcSw/CobcSoftware/StartupTestThreadStubs.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#include <Sts1CobcSw/CobcSoftware/SpiStartupTestAndSupervisorThread.hpp>
#include <Sts1CobcSw/CobcSoftware/ThreadPriorities.hpp>
#include <Sts1CobcSw/FramSections/FramLayout.hpp>
#include <Sts1CobcSw/FramSections/PersistentVariables.hpp>
#include <Sts1CobcSw/Periphery/Fram.hpp>
#include <Sts1CobcSw/Utility/Debug.hpp>
#include <Sts1CobcSw/Utility/ErrorDetectionAndCorrection.hpp>
#include <Sts1CobcSw/Utility/RodosTime.hpp>

#include <rodos_no_using_namespace.h>

Expand Down
11 changes: 0 additions & 11 deletions Sts1CobcSw/Utility/RodosTime.hpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
#pragma once


#include <Sts1CobcSw/Serial/Serial.hpp>
#include <Sts1CobcSw/Utility/TimeTypes.hpp>

#include <strong_type/affine_point.hpp>
#include <strong_type/difference.hpp>
#include <strong_type/equality.hpp>
#include <strong_type/ordered.hpp>
#include <strong_type/type.hpp>

#include <rodos_no_using_namespace.h>

#include <bit>
#include <cstddef>
#include <cstdint>


namespace sts1cobcsw
{
Expand Down
2 changes: 2 additions & 0 deletions Sts1CobcSw/Utility/RodosTime.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <Sts1CobcSw/Utility/RodosTime.hpp>

#include <strong_type/type.hpp>


namespace sts1cobcsw
{
Expand Down

0 comments on commit 303bb4b

Please sign in to comment.