diff options
author | 2015-09-13 08:59:03 +0000 | |
---|---|---|
committer | 2015-09-13 08:59:03 +0000 | |
commit | 3d64e8feec47804a0d4d7bb56c249cb2ea5c0f99 (patch) | |
tree | 9803cac2dff564c5a0454ba232a706b7b2a95e9a | |
parent | forgot to prototope SRPL_RC_INITIALIZER (diff) | |
download | wireguard-openbsd-3d64e8feec47804a0d4d7bb56c249cb2ea5c0f99.tar.xz wireguard-openbsd-3d64e8feec47804a0d4d7bb56c249cb2ea5c0f99.zip |
namespace.h is pulled in via -include, so don't do it here
-rw-r--r-- | lib/libc/hidden/md5.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/hidden/md5.h b/lib/libc/hidden/md5.h index 3020cf69b50..fd92a770e59 100644 --- a/lib/libc/hidden/md5.h +++ b/lib/libc/hidden/md5.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.h,v 1.1 2015/09/11 09:18:27 guenther Exp $ */ +/* $OpenBSD: md5.h,v 1.2 2015/09/13 08:59:03 guenther Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -19,7 +19,6 @@ #define _LIBC_MD5_H_ #include_next <md5.h> -#include "namespace.h" PROTO_NORMAL(MD5Data); PROTO_NORMAL(MD5End); |