cosmetics: light include cleanup

remove some unused includes

Change-Id: I07fabf707e8eac7f204757e68dab1057fd21aef1
This commit is contained in:
James Zern
2012-01-06 14:38:34 -08:00
parent 9d0e17c9a9
commit c77424d7eb
8 changed files with 1 additions and 10 deletions

View File

@ -12,7 +12,7 @@
#ifndef WEBP_ENC_VP8ENCI_H_
#define WEBP_ENC_VP8ENCI_H_
#include "string.h" // for memcpy()
#include <string.h> // for memcpy()
#include "../webp/encode.h"
#include "../dsp/dsp.h"
#include "../utils/bit_writer.h"