From e102c25959461d5b961bdb42c725cedfb91ba2df Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 15:35:56 +0200 Subject: Clean up includes and forward declarations --- src/host.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/host.c') diff --git a/src/host.c b/src/host.c index 0eabb5a..6167377 100644 --- a/src/host.c +++ b/src/host.c @@ -15,7 +15,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "./suil_internal.h" +#include "suil_config.h" +#include "suil_internal.h" + +#include "suil/suil.h" + +#include +#include int suil_argc = 0; char** suil_argv = NULL; -- cgit v1.2.1