Remove unused include.

vector is not used by this file (and this breaks the Android framework
build).

R=sugoi@google.com, bungeman@google.com

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/251483004

git-svn-id: http://skia.googlecode.com/svn/trunk@14361 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-04-24 19:30:16 +00:00
parent 915b972a81
commit e00ad689d0

View File

@ -8,7 +8,6 @@
#include "SkQuadTree.h"
#include "SkTSort.h"
#include <stdio.h>
#include <vector>
static const int kSplitThreshold = 8;