aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2025-12-13 09:37:21 -0700
committerRandy Palamar <randy@rnpnr.xyz>2025-12-16 11:28:44 -0700
commit5abe94420528d3e107eceb0f3df073e8a1270191 (patch)
tree332ab323c429250efcd086b15dac9beff6625a60 /main.c
parentbafcf13695f80dac6d9be87b65ad6156ddc3d621 (diff)
downloadvis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.gz
vis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.xz
make vis a single file build
Diffstat (limited to 'main.c')
-rw-r--r--main.c24
1 files changed, 1 insertions, 23 deletions
diff --git a/main.c b/main.c
index 458ef4c..ff8b550 100644
--- a/main.c
+++ b/main.c
@@ -1,26 +1,4 @@
-#include <signal.h>
-#include <limits.h>
-#include <string.h>
-#include <stdio.h>
-#include <wchar.h>
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <inttypes.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-
-#include "util.h"
-
-#include "ui.h"
-#include "vis.h"
-#include "vis-lua.h"
-#include "text-util.h"
-#include "text-motions.h"
-#include "text-objects.h"
-#include "libutf.h"
-#include "array.h"
-#include "buffer.h"
+#include "vis.c"
static Vis vis[1];