From 0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 2 Jul 2020 13:03:01 +0200 Subject: Simplify features macro. --- kilo.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kilo.c b/kilo.c index c64a9ae..d293210 100644 --- a/kilo.c +++ b/kilo.c @@ -34,15 +34,7 @@ #define KILO_VERSION "0.0.1" -#ifdef __APPLE__ -#include -#endif - #ifdef __linux__ -#include -#endif - -#ifdef __GLIBC__ #define _POSIX_C_SOURCE 200809L #endif -- cgit v1.2.3