diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 12:04:48 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-05-26 12:04:48 -0400 |
commit | 98ed11b6c4325655e82d5ef9b9de8b780c2d7773 (patch) | |
tree | 828b30f3c3bf4a23514e1280b7dc2b0ae4f676e3 | |
parent | 76141ed373edcc8ef3bb7e0d7a4a26a4a5539990 (diff) |
Removed unnecessary include from `test2.c`
-rw-r--r-- | test2.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -#include <tcclib.h> #include "test2.h" int add(int a, int b) { |