From 664641104c47c51979088dd01244f954aab1f841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 27 Oct 2019 19:28:23 +0100 Subject: [PATCH] main: remove a couple of includes --- main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.c b/main.c index f28f7517..b4e550fa 100644 --- a/main.c +++ b/main.c @@ -13,9 +13,7 @@ #include #include -#include #include -#include #include #include @@ -33,12 +31,12 @@ #include "fdm.h" #include "font.h" #include "grid.h" +#include "render.h" #include "shm.h" #include "slave.h" #include "terminal.h" #include "tokenize.h" #include "version.h" -#include "render.h" #include "vt.h" #define min(x, y) ((x) < (y) ? (x) : (y))