utils/*.c: ../utils/utils.h -> ./utils.h

Change-Id: I0154e788c864f77d15d6c287df59c0a02e6db5e9
This commit is contained in:
James Zern 2016-05-11 23:08:32 -07:00
parent c892713104
commit cd276aecd0
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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"
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------