aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-08 14:14:16 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-08 14:14:16 +0100
commit6414b92c21ed234caf14372461a0fa331df2e163 (patch)
treef1620fa393a64381573c1ba8cf5411ed5e1fb76f /vis.h
parent8b471b10d21d5f9fbaa5a26adc60952be4b777a2 (diff)
downloadvis-6414b92c21ed234caf14372461a0fa331df2e163.tar.gz
vis-6414b92c21ed234caf14372461a0fa331df2e163.tar.xz
Delete now obsolete syntax.h
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 0561f65..80b3f3b 100644
--- a/vis.h
+++ b/vis.h
@@ -12,7 +12,6 @@ typedef struct Win Win;
#include "ui.h"
#include "view.h"
#include "register.h"
-#include "syntax.h"
typedef union { /* various types of arguments passed to key action functions */
bool b;