From a292680b28f607a3b5401ea4ab5641b817e12c20 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 26 Jun 2024 13:09:14 -0400 Subject: Include github.h and template_func_proto.h in core.h --- src/github.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/github.c') diff --git a/src/github.c b/src/github.c index d75e84c..4491714 100644 --- a/src/github.c +++ b/src/github.c @@ -1,7 +1,6 @@ #include #include #include -#include #include "github.h" struct GHContent { -- cgit