aboutsummaryrefslogtreecommitdiffhomepage
path: root/c.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-15 12:46:28 +0200
committerlemon <lsof@mailbox.org>2023-06-15 12:46:28 +0200
commit85fed148fd68c5e621353dfcf07351f66b290ce3 (patch)
tree2f43a3554c0a90fab703ddae4e377b4e3cb2beed /c.c
parentda8246e054a8bed6d918cb74dfe476976d1c99af (diff)
less memset
Diffstat (limited to 'c.c')
-rw-r--r--c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c.c b/c.c
index fed56c3..fb9ef7d 100644
--- a/c.c
+++ b/c.c
@@ -1,5 +1,4 @@
#include "parse.h"
-#include "common.h"
#include "ir.h"
static struct arena *tlarena;