fuzzer/*: normalize src/ includes

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

Change-Id: I9b5cbeadbb9d54d1e89f474a6e479a5eb3175ed7
This commit is contained in:
James Zern
2021-07-28 13:32:19 -07:00
parent d2caaba435
commit c5bc36243a
5 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
#include "examples/anim_util.h"
#include "imageio/imageio_util.h"
#include "webp/demux.h"
#include "src/webp/demux.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
// WebPAnimDecoderGetInfo() is too late to check the canvas size as