corrected includes

This commit is contained in:
Robin Müller 2020-06-19 20:18:00 +02:00
parent 1b0e7c84c7
commit 2c04b87418
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#define FRAMEWORK_OSAL_LINUX_FIXEDTIMESLOTTASK_H_
#include <framework/tasks/FixedTimeslotTaskIF.h>
#include <framework/devicehandlers/FixedSlotSequence.h>
#include <framework/tasks/FixedSlotSequence.h>
#include <framework/osal/linux/PosixThread.h>
#include <pthread.h>

View File

@ -1,4 +1,4 @@
#include <framework/devicehandlers/FixedSequenceSlot.h>
#include <framework/tasks/FixedSequenceSlot.h>
#include <framework/objectmanager/SystemObjectIF.h>
#include <framework/osal/rtems/PollingTask.h>
#include <framework/osal/rtems/RtemsBasic.h>

View File

@ -1,7 +1,7 @@
#ifndef POLLINGTASK_H_
#define POLLINGTASK_H_
#include <framework/devicehandlers/FixedSlotSequence.h>
#include <framework/tasks/FixedSlotSequence.h>
#include <framework/tasks/FixedTimeslotTaskIF.h>
#include "TaskBase.h"