summaryrefslogtreecommitdiff
path: root/regress/unittests/test_helper
diff options
context:
space:
mode:
authorkrw@openbsd.org <krw@openbsd.org>2014-11-19 13:35:37 +0000
committerDamien Miller <djm@mindrot.org>2014-12-05 09:31:07 +1100
commita31046cad1aed16a0b55171192faa6d02665ccec (patch)
tree07a2a757b844f48a1059ade93a01d32fc44d205d /regress/unittests/test_helper
parenta7c762e5b2c1093542c0bc1df25ccec0b4cf479f (diff)
upstream commit
Nuke yet more obvious #include duplications. ok deraadt@
Diffstat (limited to 'regress/unittests/test_helper')
-rw-r--r--regress/unittests/test_helper/fuzz.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/unittests/test_helper/fuzz.c b/regress/unittests/test_helper/fuzz.c
index 77c6e7cad..d8e1b7ec0 100644
--- a/regress/unittests/test_helper/fuzz.c
+++ b/regress/unittests/test_helper/fuzz.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: fuzz.c,v 1.3 2014/05/02 09:41:32 andre Exp $ */ 1/* $OpenBSD: fuzz.c,v 1.4 2014/11/19 13:35:37 krw Exp $ */
2/* 2/*
3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org>
4 * 4 *
@@ -29,7 +29,6 @@
29#endif 29#endif
30#include <stdlib.h> 30#include <stdlib.h>
31#include <string.h> 31#include <string.h>
32#include <assert.h>
33 32
34#include "test_helper.h" 33#include "test_helper.h"
35 34