From 16c3a316c6d4d0e7e183ff9cddc91f3ec7547791 Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 16 Jun 2026 11:49:13 +0100 Subject: [PATCH] remove ifdef from wscanf test file --- tests/wchar/wscanf.c | 3 --- 1 file changed, 3 deletions(-) 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"