From 069b35907c41a6fa659082fa5434580e0fd51c2d Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Thu, 9 Apr 2020 11:56:45 +0100 Subject: Remove unnecessary jni.h includes from PathParser.{h,cpp} Part of removing implicit include paths for jni.h from soong. Bug: 152482542 Test: m checkbuild Change-Id: Icb27c565b4a2e70c3169bca117256e1ec1706d7d --- libs/hwui/PathParser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/hwui/PathParser.cpp') diff --git a/libs/hwui/PathParser.cpp b/libs/hwui/PathParser.cpp index 808921d344da..61d06c2697aa 100644 --- a/libs/hwui/PathParser.cpp +++ b/libs/hwui/PathParser.cpp @@ -16,8 +16,6 @@ #include "PathParser.h" -#include "jni.h" - #include #include #include -- cgit v1.2.3-59-g8ed1b