summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-05-26 16:44:35 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-05-26 16:44:35 -0400
commit376dcf7dbb2fdc8c8844880cb1f118b61892937a (patch)
tree8a65516e9457b67ca05b282273dc2ff0fcc710e4
parent5c5d036086eaecfed1d4b2f0eecfbe2b88466efd (diff)
Removed `test.h`.
I figured out what was wrong with libtcc, and thus didn't need it anymore, due to being redundent.
-rw-r--r--test.c1
-rw-r--r--test.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/test.c b/test.c
index a56e34f..0ad36db 100644
--- a/test.c
+++ b/test.c
@@ -1,5 +1,4 @@
#include <tcclib.h>
-#include "test.h"
#include "test2.h"
int start() {
diff --git a/test.h b/test.h
deleted file mode 100644
index cd782b0..0000000
--- a/test.h
+++ /dev/null
@@ -1 +0,0 @@
-extern int start();