Remove unnecessary includes.
R=mtklein@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/163893002 git-svn-id: http://skia.googlecode.com/svn/trunk@13474 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
a8c183125f
commit
0abc8928cd
@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2011 Google Inc.
|
||||
*
|
||||
@ -6,8 +5,6 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
#include "SkColorMatrix.h"
|
||||
#include "SkReadBuffer.h"
|
||||
#include "SkWriteBuffer.h"
|
||||
|
||||
void SkColorMatrix::setIdentity() {
|
||||
memset(fMat, 0, sizeof(fMat));
|
||||
|
Loading…
Reference in New Issue
Block a user