corrected includes
This commit is contained in:
parent
1b0e7c84c7
commit
2c04b87418
@ -2,7 +2,7 @@
|
|||||||
#define FRAMEWORK_OSAL_LINUX_FIXEDTIMESLOTTASK_H_
|
#define FRAMEWORK_OSAL_LINUX_FIXEDTIMESLOTTASK_H_
|
||||||
|
|
||||||
#include <framework/tasks/FixedTimeslotTaskIF.h>
|
#include <framework/tasks/FixedTimeslotTaskIF.h>
|
||||||
#include <framework/devicehandlers/FixedSlotSequence.h>
|
#include <framework/tasks/FixedSlotSequence.h>
|
||||||
#include <framework/osal/linux/PosixThread.h>
|
#include <framework/osal/linux/PosixThread.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <framework/devicehandlers/FixedSequenceSlot.h>
|
#include <framework/tasks/FixedSequenceSlot.h>
|
||||||
#include <framework/objectmanager/SystemObjectIF.h>
|
#include <framework/objectmanager/SystemObjectIF.h>
|
||||||
#include <framework/osal/rtems/PollingTask.h>
|
#include <framework/osal/rtems/PollingTask.h>
|
||||||
#include <framework/osal/rtems/RtemsBasic.h>
|
#include <framework/osal/rtems/RtemsBasic.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef POLLINGTASK_H_
|
#ifndef POLLINGTASK_H_
|
||||||
#define POLLINGTASK_H_
|
#define POLLINGTASK_H_
|
||||||
|
|
||||||
#include <framework/devicehandlers/FixedSlotSequence.h>
|
#include <framework/tasks/FixedSlotSequence.h>
|
||||||
#include <framework/tasks/FixedTimeslotTaskIF.h>
|
#include <framework/tasks/FixedTimeslotTaskIF.h>
|
||||||
#include "TaskBase.h"
|
#include "TaskBase.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user