aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--text.c (renamed from editor.c)2
-rw-r--r--text.h (renamed from editor.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/editor.c b/text.c
index ba2d707..daf7827 100644
--- a/editor.c
+++ b/text.c
@@ -11,7 +11,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
-#include "editor.h"
+#include "text.h"
#define MAX(a, b) ((a) < (b) ? (b) : (a))
#define MIN(a, b) ((a) > (b) ? (b) : (a))
diff --git a/editor.h b/text.h
index cd69557..cd69557 100644
--- a/editor.h
+++ b/text.h