diff options
Diffstat (limited to 'lib/libc/hidden/wchar.h')
-rw-r--r-- | lib/libc/hidden/wchar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/hidden/wchar.h b/lib/libc/hidden/wchar.h index de1891267fc..290eec61c48 100644 --- a/lib/libc/hidden/wchar.h +++ b/lib/libc/hidden/wchar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wchar.h,v 1.1 2015/08/31 02:53:56 guenther Exp $ */ +/* $OpenBSD: wchar.h,v 1.2 2015/09/10 18:13:46 guenther Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -19,7 +19,6 @@ #define _LIBC_WCHAR_H_ #include_next <wchar.h> -#include "namespace.h" /*PROTO_NORMAL(btowc);*/ PROTO_NORMAL(fgetwc); |