From ecd4d00f1bdf184163cc44ed8261d9f11ca9aae0 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 11:02:56 -0400 Subject: remove all generated nonstd/ headers --- src/wchar/wcscmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wchar/wcscmp.c') diff --git a/src/wchar/wcscmp.c b/src/wchar/wcscmp.c index d07d9a10..67ef7432 100644 --- a/src/wchar/wcscmp.c +++ b/src/wchar/wcscmp.c @@ -1,5 +1,5 @@ #include -#include "nonstd/assert.h" +#include "../_assert.h" int wcscmp(const wchar_t * s1, const wchar_t * s2) { -- cgit v1.2.1