yuv_sse2, cosmetics: fix indent

+ remove unneeded header

Change-Id: I3247378fd3315d95bb3345625d3575aa9e05c1b8
This commit is contained in:
James Zern 2015-12-15 17:23:14 -08:00
parent c0f7cc47f2
commit b105921c7d

View File

@ -16,7 +16,6 @@
#if defined(WEBP_USE_SSE2) #if defined(WEBP_USE_SSE2)
#include <emmintrin.h> #include <emmintrin.h>
#include <string.h> // for memcpy
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Convert spans of 32 pixels to various RGB formats for the fancy upsampler. // Convert spans of 32 pixels to various RGB formats for the fancy upsampler.