From db5231216d2ba653103e634654e2668c1df7e19f Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 9 Mar 2016 13:42:15 +0100 Subject: [PATCH] rtio: remove unused include --- artiq/runtime/rtio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/runtime/rtio.h b/artiq/runtime/rtio.h index cdaf8a6e1..aad6460ba 100644 --- a/artiq/runtime/rtio.h +++ b/artiq/runtime/rtio.h @@ -2,7 +2,6 @@ #define __RTIO_H #include -#include "generated/csr.h" #define RTIO_O_STATUS_FULL 1 #define RTIO_O_STATUS_UNDERFLOW 2