]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Don't include features.h
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 24 Apr 2022 16:13:58 +0000 (18:13 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 24 Apr 2022 16:13:58 +0000 (18:13 +0200)
src/server/server_terrain.c

index 2851af0245298c5233e0cc7a174c9a6996b8210c..6078216ee8fa7a66c297674de3da9ad5fa34b274 100644 (file)
@@ -1,7 +1,6 @@
 #define _GNU_SOURCE // don't worry, GNU extensions are only used when available
 #include <assert.h>
 #include <dragonstd/queue.h>
-#include <features.h>
 #include <stdatomic.h>
 #include <stdbool.h>
 #include <stddef.h>