From deca6f4d03d36e4980715ae6709f244f381b1175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 9 Sep 2014 21:50:38 +0200 Subject: Cleanup header files --- window.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index aca60d3..a2209de 100644 --- a/window.c +++ b/window.c @@ -19,11 +19,12 @@ #include #include #include -#include "editor.h" +#include +#include #include "window.h" +#include "syntax.h" #include "text.h" #include "text-motions.h" -#include "text-objects.h" #include "util.h" typedef struct { /* used to calculate the display width of a character */ -- cgit v1.2.3