diff options
author | 2014-11-19 13:35:36 +0000 | |
---|---|---|
committer | 2014-11-19 13:35:36 +0000 | |
commit | 036c7a3474848baffbbaeccc94a4652c4153e6cb (patch) | |
tree | 9477224563231b76a3323b5036497d38a020be64 /regress/usr.bin/ssh/unittests/test_helper/fuzz.c | |
parent | move to stravis so doug@ will stop laughing at my misuse of strnvis. (diff) | |
download | wireguard-openbsd-036c7a3474848baffbbaeccc94a4652c4153e6cb.tar.xz wireguard-openbsd-036c7a3474848baffbbaeccc94a4652c4153e6cb.zip |
Nuke yet more obvious #include duplications.
ok deraadt@
Diffstat (limited to 'regress/usr.bin/ssh/unittests/test_helper/fuzz.c')
-rw-r--r-- | regress/usr.bin/ssh/unittests/test_helper/fuzz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/test_helper/fuzz.c b/regress/usr.bin/ssh/unittests/test_helper/fuzz.c index b64af24ed11..3ccab7d2461 100644 --- a/regress/usr.bin/ssh/unittests/test_helper/fuzz.c +++ b/regress/usr.bin/ssh/unittests/test_helper/fuzz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fuzz.c,v 1.3 2014/05/02 09:41:32 andre Exp $ */ +/* $OpenBSD: fuzz.c,v 1.4 2014/11/19 13:35:37 krw Exp $ */ /* * Copyright (c) 2011 Damien Miller <djm@mindrot.org> * @@ -25,7 +25,6 @@ #include <stdint.h> #include <stdlib.h> #include <string.h> -#include <assert.h> #include "test_helper.h" |