aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-09 21:50:38 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-09 21:50:38 +0200
commitdeca6f4d03d36e4980715ae6709f244f381b1175 (patch)
treee8e8b61824fb4341976c4e010edb89b65d17a770 /window.c
parent6d2e43b8142e17f4dd0a578a961b1d8cc98894bb (diff)
downloadvis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.gz
vis-deca6f4d03d36e4980715ae6709f244f381b1175.tar.xz
Cleanup header files
Diffstat (limited to 'window.c')
-rw-r--r--window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/window.c b/window.c
index aca60d3..a2209de 100644
--- a/window.c
+++ b/window.c
@@ -19,11 +19,12 @@
#include <wchar.h>
#include <ctype.h>
#include <errno.h>
-#include "editor.h"
+#include <regex.h>
+#include <curses.h>
#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 */