From 2c04b87418f2552f836775e4c3eaa1b14bcd033c Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Fri, 19 Jun 2020 20:18:00 +0200 Subject: [PATCH] corrected includes --- osal/linux/FixedTimeslotTask.h | 2 +- osal/rtems/PollingTask.cpp | 2 +- osal/rtems/PollingTask.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osal/linux/FixedTimeslotTask.h b/osal/linux/FixedTimeslotTask.h index 916e6d6cc..409cd9821 100644 --- a/osal/linux/FixedTimeslotTask.h +++ b/osal/linux/FixedTimeslotTask.h @@ -2,7 +2,7 @@ #define FRAMEWORK_OSAL_LINUX_FIXEDTIMESLOTTASK_H_ #include -#include +#include #include #include diff --git a/osal/rtems/PollingTask.cpp b/osal/rtems/PollingTask.cpp index 6b0c0fbd6..a6be7ddf4 100644 --- a/osal/rtems/PollingTask.cpp +++ b/osal/rtems/PollingTask.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/osal/rtems/PollingTask.h b/osal/rtems/PollingTask.h index 82ec65a2d..5bf8cf57e 100644 --- a/osal/rtems/PollingTask.h +++ b/osal/rtems/PollingTask.h @@ -1,7 +1,7 @@ #ifndef POLLINGTASK_H_ #define POLLINGTASK_H_ -#include +#include #include #include "TaskBase.h"