mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 02:15:42 +01:00 
			
		
		
		
	utils/*.c: ../utils/utils.h -> ./utils.h
Change-Id: I0154e788c864f77d15d6c287df59c0a02e6db5e9
This commit is contained in:
		| @@ -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" | ||||||
|  |  | ||||||
| // ----------------------------------------------------------------------------- | // ----------------------------------------------------------------------------- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user