diff options
| -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
@@ -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)) |
