]> Kevux Git Server - fll/commitdiff
Bugfix: do not include private headers
authorKevin Day <thekevinday@gmail.com>
Sat, 31 Aug 2019 21:19:10 +0000 (16:19 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 31 Aug 2019 21:39:47 +0000 (16:39 -0500)
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.

level_3/init/c/init.h

index 66913990ba041c096f4071525376c30db3f2772d..4362233a0e747cd601ed8340f92283bdaafa42ba 100644 (file)
@@ -62,9 +62,6 @@
 #include <malloc.h>
 #include <stdlib.h>
 
-// private includes
-#include "private-init.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif