mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
utils/*.c: ../utils/utils.h -> ./utils.h
Change-Id: I0154e788c864f77d15d6c287df59c0a02e6db5e9
This commit is contained in:
parent
c892713104
commit
cd276aecd0
@ -15,7 +15,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "./color_cache.h"
|
#include "./color_cache.h"
|
||||||
#include "../utils/utils.h"
|
#include "./utils.h"
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// VP8LColorCache.
|
// VP8LColorCache.
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "./huffman.h"
|
#include "./huffman.h"
|
||||||
#include "../utils/utils.h"
|
#include "./utils.h"
|
||||||
#include "../webp/format_constants.h"
|
#include "../webp/format_constants.h"
|
||||||
|
|
||||||
// Huffman data read via DecodeImageStream is represented in two (red and green)
|
// Huffman data read via DecodeImageStream is represented in two (red and green)
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "./huffman_encode.h"
|
#include "./huffman_encode.h"
|
||||||
#include "../utils/utils.h"
|
#include "./utils.h"
|
||||||
#include "../webp/format_constants.h"
|
#include "../webp/format_constants.h"
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user