diff options
Diffstat (limited to 'rts/posix/itimer')
-rw-r--r-- | rts/posix/itimer/Pthread.c | 1 | ||||
-rw-r--r-- | rts/posix/itimer/Setitimer.c | 1 | ||||
-rw-r--r-- | rts/posix/itimer/TimerCreate.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/rts/posix/itimer/Pthread.c b/rts/posix/itimer/Pthread.c index 2133a5b454..3117b9faa6 100644 --- a/rts/posix/itimer/Pthread.c +++ b/rts/posix/itimer/Pthread.c @@ -39,7 +39,6 @@ #include "Rts.h" #include "Ticker.h" -#include "posix/Itimer.h" #include "Proftimer.h" #include "Schedule.h" #include "posix/Clock.h" diff --git a/rts/posix/itimer/Setitimer.c b/rts/posix/itimer/Setitimer.c index c44e8d8c22..30dfa211a7 100644 --- a/rts/posix/itimer/Setitimer.c +++ b/rts/posix/itimer/Setitimer.c @@ -10,7 +10,6 @@ #include "Rts.h" #include "Ticker.h" -#include "posix/Itimer.h" #include "Proftimer.h" #include "Schedule.h" #include "posix/Clock.h" diff --git a/rts/posix/itimer/TimerCreate.c b/rts/posix/itimer/TimerCreate.c index a4fb2b5b58..a5fe8ce5f1 100644 --- a/rts/posix/itimer/TimerCreate.c +++ b/rts/posix/itimer/TimerCreate.c @@ -10,7 +10,6 @@ #include "Rts.h" #include "Ticker.h" -#include "posix/Itimer.h" #include "Proftimer.h" #include "Schedule.h" #include "posix/Clock.h" |