summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-05-26 12:04:48 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-05-26 12:04:48 -0400
commit98ed11b6c4325655e82d5ef9b9de8b780c2d7773 (patch)
tree828b30f3c3bf4a23514e1280b7dc2b0ae4f676e3
parent76141ed373edcc8ef3bb7e0d7a4a26a4a5539990 (diff)
Removed unnecessary include from `test2.c`
-rw-r--r--test2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test2.c b/test2.c
index fb75b0a..a52ceb5 100644
--- a/test2.c
+++ b/test2.c
@@ -1,4 +1,3 @@
-#include <tcclib.h>
#include "test2.h"
int add(int a, int b) {