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