From e34a676b178dbf2b9af37a187704fa0e7c554920 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 1 Jul 2024 00:46:29 -0400 Subject: Fix circular include * Github functions do not require access to core.h anyway --- include/github.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/github.h') diff --git a/include/github.h b/include/github.h index 6c8de98..cebeabf 100644 --- a/include/github.h +++ b/include/github.h @@ -1,7 +1,7 @@ #ifndef STASIS_GITHUB_H #define STASIS_GITHUB_H -#include "core.h" +#include #define STASIS_GITHUB_API_VERSION "2022-11-28" -- cgit