From cb4b5296dae87af996899d841e6a9d138994d5c2 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 14 Apr 2020 11:06:17 +0200 Subject: [PATCH] fuzz: include pcap headers through suricata-common.h --- src/tests/fuzz/fuzz_decodepcapfile.c | 3 --- src/tests/fuzz/fuzz_sigpcap.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/tests/fuzz/fuzz_decodepcapfile.c b/src/tests/fuzz/fuzz_decodepcapfile.c index 3b77f2b4254e..58244d2ea40a 100644 --- a/src/tests/fuzz/fuzz_decodepcapfile.c +++ b/src/tests/fuzz/fuzz_decodepcapfile.c @@ -4,9 +4,6 @@ * fuzz target for AppLayerProtoDetectGetProto */ - -#include - #include "suricata-common.h" #include "app-layer-detect-proto.h" #include "defrag.h" diff --git a/src/tests/fuzz/fuzz_sigpcap.c b/src/tests/fuzz/fuzz_sigpcap.c index d4d8b3b1ef58..ba79693d253c 100644 --- a/src/tests/fuzz/fuzz_sigpcap.c +++ b/src/tests/fuzz/fuzz_sigpcap.c @@ -4,9 +4,6 @@ * fuzz target for AppLayerProtoDetectGetProto */ - -#include - #include "suricata-common.h" #include "source-pcap-file.h" #include "detect-engine.h"