From ae3bbf2a918d50ef3bb3f8a42881887997a9c787 Mon Sep 17 00:00:00 2001 From: Emil Date: Thu, 3 Aug 2023 21:52:42 -0600 Subject: [PATCH] Fixed help.h and removed entry from unity.c --- include/help.h | 2 ++ src/unity.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/help.h b/include/help.h index 712709a..489434c 100644 --- a/include/help.h +++ b/include/help.h @@ -1,5 +1,7 @@ #ifndef HELP_H_ +/* (((git))) */ + extern char const * help_msg; extern char const * fmsg; diff --git a/src/unity.c b/src/unity.c index fd91671..a42a135 100644 --- a/src/unity.c +++ b/src/unity.c @@ -1,5 +1,4 @@ #define DECL static -#include "help.h" #include "irc.c" #include "parse.c" #include "api.c"