mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-18 06:49:53 +02:00
Updated the includes to relative paths.
Change-Id: I0ea1a59dd0f6cb1df9f41e048e0c5a13e7fb8335
This commit is contained in:
@ -12,9 +12,9 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include "webp/mux.h"
|
||||
#include "dec/vp8i.h"
|
||||
#include "dec/webpi.h" // for chunk-size constants
|
||||
#include "../webp/mux.h"
|
||||
#include "../dec/vp8i.h"
|
||||
#include "../dec/webpi.h" // for chunk-size constants
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user