From a295aef0b23c3195183dedd4db473182570e6eb0 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Fri, 8 Nov 2024 14:34:16 -0500 Subject: [PATCH] Use only one or the other --- tests/quic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/quic.c b/tests/quic.c index f5fd2cefd1..6ca20a63fc 100644 --- a/tests/quic.c +++ b/tests/quic.c @@ -21,11 +21,11 @@ #ifdef HAVE_CONFIG_H #include -#endif - +#else #ifndef WOLFSSL_USER_SETTINGS #include #endif +#endif #include #include