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/fsade.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fsade.h') diff --git a/src/fsade.h b/src/fsade.h index 9c7d117..77cf82a 100644 --- a/src/fsade.h +++ b/src/fsade.h @@ -9,8 +9,6 @@ #ifndef BFS_FSADE_H #define BFS_FSADE_H -#include "prelude.h" - #include "bfs.h" #define BFS_CAN_CHECK_ACL (BFS_HAS_ACL_GET_FILE || BFS_HAS_ACL_TRIVIAL) -- cgit v1.2.3