fuzzer/*: normalize src/ includes

this uses the format introduced to some files in:
cc3577e9 fuzzer/*: use src/ based include paths

Change-Id: I9b5cbeadbb9d54d1e89f474a6e479a5eb3175ed7
(cherry picked from commit c5bc36243a)
This commit is contained in:
James Zern
2021-07-28 13:32:19 -07:00
parent 53b6f76209
commit d9191588ab
5 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
////////////////////////////////////////////////////////////////////////////////
#include "./fuzz_utils.h"
#include "webp/decode.h"
#include "src/webp/decode.h"
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
int w, h;