Merge pull request #216 from varunbpatil/processing_cleanup

Removed unused header files in processing src
This commit is contained in:
Ethan Hugg 2014-01-26 20:35:32 -08:00
commit b401098a67
10 changed files with 0 additions and 11 deletions

View File

@ -30,7 +30,6 @@
*
*/
#include "AdaptiveQuantization.h"
#include "../common/cpu.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -31,7 +31,6 @@
*/
#include "BackgroundDetection.h"
#include "../common/cpu.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -31,7 +31,6 @@
*/
#include "WelsFrameWork.h"
#include "cpu.h"
#include "../denoise/denoise.h"
#include "../downsample/downsample.h"
#include "../scenechangedetection/SceneChangeDetection.h"

View File

@ -31,7 +31,6 @@
*/
#include "ComplexityAnalysis.h"
#include "../common/cpu.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -37,7 +37,6 @@
*/
#include "denoise.h"
#include "../common/typedef.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -38,8 +38,6 @@
*
*****************************************************************************/
#include "../common/typedef.h"
#include "../common/util.h"
#include "downsample.h"

View File

@ -31,7 +31,6 @@
*/
#include "imagerotate.h"
#include "../common/cpu.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -35,7 +35,6 @@
*/
#include "imagerotate.h"
#include "../common/cpu.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -31,7 +31,6 @@
*/
#include "SceneChangeDetectionCommon.h"
#include "../common/cpu.h"
WELSVP_NAMESPACE_BEGIN

View File

@ -30,7 +30,6 @@
*
*/
#include "../common/typedef.h"
#include "../common/util.h"
WELSVP_NAMESPACE_BEGIN