aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkMaskGamma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkMaskGamma.cpp')
-rw-r--r--src/core/SkMaskGamma.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/SkMaskGamma.cpp b/src/core/SkMaskGamma.cpp
index bbe72c4e35..e231d92d4b 100644
--- a/src/core/SkMaskGamma.cpp
+++ b/src/core/SkMaskGamma.cpp
@@ -5,11 +5,12 @@
* found in the LICENSE file.
*/
-#include "SkTypes.h"
+#include "SkMaskGamma.h"
#include "SkColor.h"
#include "SkFloatingPoint.h"
-#include "SkMaskGamma.h"
+#include "SkTo.h"
+#include "SkTypes.h"
class SkLinearColorSpaceLuminance : public SkColorSpaceLuminance {
SkScalar toLuma(SkScalar SkDEBUGCODE(gamma), SkScalar luminance) const override {