From: Kevin Day Date: Sat, 31 Aug 2019 21:19:10 +0000 (-0500) Subject: Bugfix: do not include private headers X-Git-Tag: 0.5.0~463 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=477060c30477bd138a92da77ee2da51195a0e0f2;p=fll Bugfix: do not include private headers Manually including private headers from within public headers will result in compilation errors. The private headers will still get included via the private source file. --- diff --git a/level_3/init/c/init.h b/level_3/init/c/init.h index 6691399..4362233 100644 --- a/level_3/init/c/init.h +++ b/level_3/init/c/init.h @@ -62,9 +62,6 @@ #include #include -// private includes -#include "private-init.h" - #ifdef __cplusplus extern "C" { #endif