Remove unnecessary includes.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 17 Feb 2014 14:20:43 +0000 (14:20 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 17 Feb 2014 14:20:43 +0000 (14:20 +0000)
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

src/effects/SkColorMatrix.cpp

index b07f3d5..3842285 100644 (file)
@@ -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));