upstream commit

Nuke yet more obvious #include duplications.

ok deraadt@
This commit is contained in:
krw@openbsd.org 2014-11-19 13:35:37 +00:00 committed by Damien Miller
parent a7c762e5b2
commit a31046cad1
1 changed files with 1 additions and 2 deletions

View File

@ -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>
*
@ -29,7 +29,6 @@
#endif
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "test_helper.h"