double include removed

This commit is contained in:
Dominik Maier
2020-04-20 21:06:16 +02:00
parent 67b39050df
commit 4be0ae2008

View File

@ -30,9 +30,9 @@
#include <stdio.h> #include <stdio.h>
#include <stdbool.h> #include <stdbool.h>
#include "types.h"
#include "types.h" #include "types.h"
typedef struct afl_forkserver { typedef struct afl_forkserver {
/* a program that includes afl-forkserver needs to define these */ /* a program that includes afl-forkserver needs to define these */