From bb3a4a5963d34328a935a296d69f8d6463a0f541 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Thu, 19 Jan 2023 23:57:37 +0100 Subject: [PATCH] Change includes --- include/sta/rtos/mutex.hpp | 2 +- include/sta/rtos/signal.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sta/rtos/mutex.hpp b/include/sta/rtos/mutex.hpp index 757292e..c60f34c 100644 --- a/include/sta/rtos/mutex.hpp +++ b/include/sta/rtos/mutex.hpp @@ -5,7 +5,7 @@ #ifndef STA_RTOS_MUTEX_HPP #define STA_RTOS_MUTEX_HPP -#include +#include #include diff --git a/include/sta/rtos/signal.hpp b/include/sta/rtos/signal.hpp index 49fa599..ea54513 100644 --- a/include/sta/rtos/signal.hpp +++ b/include/sta/rtos/signal.hpp @@ -5,7 +5,7 @@ #ifndef STA_RTOS_SIGNAL_HPP #define STA_RTOS_SIGNAL_HPP -#include +#include #include