From 78e0601e4ee68177ef597e75d08da786b0cabd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 9 Sep 2014 21:21:30 +0200 Subject: Rename vis.[ch] to editor.[ch] and main.c to vis.c --- window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'window.h') diff --git a/window.h b/window.h index 0b0f933..439afa3 100644 --- a/window.h +++ b/window.h @@ -1,5 +1,5 @@ -#ifndef EDITOR_H -#define EDITOR_H +#ifndef WINDOW_H +#define WINDOW_H #include #include "text.h" -- cgit v1.2.3