diff --git a/gen.h b/gen.h index caeaa23..19e52db 100644 --- a/gen.h +++ b/gen.h @@ -21,10 +21,6 @@ typedef enum { rm_prev, rm_cur } rm_selection_t; #define IS_POSIX 0 #endif -#if IS_POSIX -#include -#endif - #if defined(ESP32) || defined(BUILD_FOR_RP2040) // ESP32 goes in a crash-loop when allocating 128kB // see also https://github.com/espressif/esp-idf/issues/1934