From 7a288faddb086f2a7a694bda215a01aa4a867668 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Sat, 15 Oct 2022 06:58:10 +0200 Subject: [PATCH] clean includes --- io-helper.c | 1 - io-helper.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/io-helper.c b/io-helper.c index 06c39dc..fec6384 100644 --- a/io-helper.c +++ b/io-helper.c @@ -1,5 +1,4 @@ #include -#include #include #include "io-helper.h" diff --git a/io-helper.h b/io-helper.h index 06dfd1d..b59b2b3 100644 --- a/io-helper.h +++ b/io-helper.h @@ -1,7 +1,7 @@ #ifndef _IO_HELPER_ #define _IO_HELPER_ -#include +#include #define LEVEL 0 #define EDGE 1