Be consistent with the includes in non-src folders.

BUG: 470992419

Change-Id: I55618205da7dcfe17d96a7c3ee69d924a63d1acf
This commit is contained in:
Vincent Rabaud
2025-12-23 12:33:21 +01:00
parent 9b78419750
commit d52b9ee34d
33 changed files with 91 additions and 97 deletions

View File

@@ -12,8 +12,8 @@
#ifndef WEBP_SHARPYUV_SHARPYUV_GAMMA_H_
#define WEBP_SHARPYUV_SHARPYUV_GAMMA_H_
#include "sharpyuv/sharpyuv.h"
#include "src/webp/types.h"
#include "./sharpyuv.h"
#include "webp/types.h"
#ifdef __cplusplus
extern "C" {