Skip to content

Commit

Permalink
Fix fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Oct 5, 2024
1 parent c5dfc41 commit b836558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Tests/Fuzzers/FuzzTarget.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <PcapFileDevice.h>
#include <Packet.h>
#include <Logger.h>
#include <pcapplusplus/PcapFileDevice.h>
#include <pcapplusplus/Packet.h>
#include <pcapplusplus/Logger.h>
#include "DumpToFile.h"
#include "ReadParsedPacket.h"

Expand Down
4 changes: 2 additions & 2 deletions Tests/Fuzzers/FuzzWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <functional>
#include <Packet.h>
#include <PcapFileDevice.h>
#include <pcapplusplus/Packet.h>
#include <pcapplusplus/PcapFileDevice.h>

#include "Logger.h"
#include "DumpToFile.h"
Expand Down

0 comments on commit b836558

Please sign in to comment.