From b3636fa8864913413455a050c5425447c9e98bc0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 28 Aug 2024 10:53:10 -0400 Subject: build: Move feature test macros to prelude.h This replaces the explicit CPPFLAGS list in flags.mk with just `-include src/prelude.h`, shortening our compiler command lines and allowing them to be easily documented. --- src/ctx.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ctx.h') diff --git a/src/ctx.h b/src/ctx.h index 0b4be45..e532550 100644 --- a/src/ctx.h +++ b/src/ctx.h @@ -8,8 +8,6 @@ #ifndef BFS_CTX_H #define BFS_CTX_H -#include "prelude.h" - #include "alloc.h" #include "bftw.h" #include "diag.h" -- cgit v1.2.3