From c2fcefc31ffbf6e0c1773ec9a1bd299de6cbde07 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 3 Mar 2016 19:48:06 +0800 Subject: [PATCH] runtime/rtio: cleanup include --- artiq/runtime/rtio.c | 1 + artiq/runtime/rtio.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/artiq/runtime/rtio.c b/artiq/runtime/rtio.c index 6a136267c..34aca2d78 100644 --- a/artiq/runtime/rtio.c +++ b/artiq/runtime/rtio.c @@ -1,5 +1,6 @@ #include +#include "artiq_personality.h" #include "rtio.h" void rtio_init(void) diff --git a/artiq/runtime/rtio.h b/artiq/runtime/rtio.h index 709a85be3..a1ab8a90a 100644 --- a/artiq/runtime/rtio.h +++ b/artiq/runtime/rtio.h @@ -2,8 +2,6 @@ #define __RTIO_H #include -#include -#include "artiq_personality.h" #define RTIO_O_STATUS_FULL 1 #define RTIO_O_STATUS_UNDERFLOW 2