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

@ -9,7 +9,6 @@
//
// Author: Skal (pascal.massimino@gmail.com)
#include <assert.h>
#include "../webp/encode.h"
#if defined(__cplusplus) || defined(c_plusplus)

View File

@ -9,8 +9,6 @@
//
// Author: Skal (pascal.massimino@gmail.com)
#include <assert.h>
#include "./cost.h"
#if defined(__cplusplus) || defined(c_plusplus)

View File

@ -9,8 +9,6 @@
//
// Author: somnath@google.com (Somnath Banerjee)
#include <math.h>
#include "./vp8enci.h"
#if defined(__cplusplus) || defined(c_plusplus)

View File

@ -11,7 +11,6 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "./vp8enci.h"

View File

@ -9,7 +9,6 @@
//
// Author: Skal (pascal.massimino@gmail.com)
#include <stdlib.h>
#include <string.h>
#include "./vp8enci.h"

View File

@ -9,7 +9,6 @@
//
// Author: Skal (pascal.massimino@gmail.com)
#include <assert.h>
#include <stdlib.h>
#include "./vp8enci.h"

View File

@ -10,7 +10,6 @@
// Author: Skal (pascal.massimino@gmail.com)
#include <assert.h>
#include <math.h>
#include "./vp8enci.h"
#include "../dec/webpi.h" // For chunk-size constants.

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"