From ec2040f133e98dacd44fcf87b290d92d02837a7f Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 10 Dec 2020 17:00:47 +0000 Subject: [PATCH] removed an invalid @include --- hawk/lib/mod-hawk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hawk/lib/mod-hawk.c b/hawk/lib/mod-hawk.c index cb2186e7..98f17d77 100644 --- a/hawk/lib/mod-hawk.c +++ b/hawk/lib/mod-hawk.c @@ -365,8 +365,6 @@ static int fnc_typename (hawk_rtx_t* rtx, const hawk_fnc_info_t* fi) return 0; } /* -------------------------------------------------------------------------- */ -#include "mod-bin.c" - #if 0 static int pack_data (hawk_rtx_t* rtx, const hawk_oocs_t* fmt, const hawk_fnc_info_t* fi) {