From 2bc5dc4ecb5935a24a6040fec9d049ac3450f024 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 21 Sep 2016 21:54:24 +0200 Subject: [PATCH] i2c: cleanup includes --- artiq/runtime/i2c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/runtime/i2c.c b/artiq/runtime/i2c.c index c8ec3f131..136df4303 100644 --- a/artiq/runtime/i2c.c +++ b/artiq/runtime/i2c.c @@ -1,7 +1,6 @@ #include #include "artiq_personality.h" -#include "rtio.h" #include "i2c.h"