diff --git a/libc/src/__support/macros/config.h b/libc/src/__support/macros/config.h index 8b1263e08249c..2ab0fba095e6b 100644 --- a/libc/src/__support/macros/config.h +++ b/libc/src/__support/macros/config.h @@ -15,7 +15,6 @@ // Workaround for compilers that do not support builtin detection. // FIXME: This is only required for the GPU portion which should be moved. -#include "src/__support/macros/config.h" #ifndef __has_builtin #define __has_builtin(b) 0 #endif