diff options
Diffstat (limited to 'src/core/SkDistanceFieldGen.cpp')
-rw-r--r-- | src/core/SkDistanceFieldGen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkDistanceFieldGen.cpp b/src/core/SkDistanceFieldGen.cpp index f227d6a30d..7e4675bbc1 100644 --- a/src/core/SkDistanceFieldGen.cpp +++ b/src/core/SkDistanceFieldGen.cpp @@ -5,10 +5,8 @@ * found in the LICENSE file. */ -#include "SkAutoMalloc.h" #include "SkDistanceFieldGen.h" #include "SkPoint.h" -#include "SkTemplates.h" struct DFData { float fAlpha; // alpha value of source texel |