diff --git a/tests/wchar/wscanf.c b/tests/wchar/wscanf.c index 01962484f0..0dc4ebcfa0 100644 --- a/tests/wchar/wscanf.c +++ b/tests/wchar/wscanf.c @@ -1,10 +1,7 @@ /* swscanf example */ #include #include -// TODO: remove glibc? -#ifdef __GLIBC__ #include -#endif #include "test_helpers.h"