From 9f2210c8ee567c75f43d18313b668aee06eda597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 19 Apr 2017 20:05:19 +0200 Subject: vis: start cleaning up register related code Now that register.h is no longer used by view.h we can move the struct and function declarations to vis-core.h. --- view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'view.h') diff --git a/view.h b/view.h index 262c581..a6d455e 100644 --- a/view.h +++ b/view.h @@ -10,7 +10,6 @@ typedef struct Selection Selection; #include "text.h" #include "ui.h" -#include "register.h" typedef struct { char data[16]; /* utf8 encoded character displayed in this cell (might be more than -- cgit v1.2.3