Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b63b4cac authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Remove include of private SkUtils.h file

Nothing from SkUtils.h appeared to actually be used.
I also added some missing (transitive) #includes

Change-Id: Iad7bac9fdd978c581dd850485d8979b779a46fc8
Bug: skbug.com/13983
parent 16878e79
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include "SkSize.h"
#include "SkStream.h"
#include "SkString.h"
#include "SkUtils.h"
#include "Utils.h"

#include <HardwareBitmapUploader.h>
+1 −1
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
#include "GraphicsJNI.h"
#include <nativehelper/ScopedLocalRef.h>
#include "Movie.h"
#include "SkRefCnt.h"
#include "SkStream.h"
#include "SkUtils.h"
#include "Utils.h"

#include <androidfw/Asset.h>
+2 −1
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@
 */

#include "Utils.h"
#include "SkUtils.h"
#include "SkData.h"
#include "SkRefCnt.h"
#include "SkStream.h"

#include <inttypes.h>
#include <log/log.h>