diff options
author | 2020-04-09 11:56:45 +0100 | |
---|---|---|
committer | 2020-04-10 07:49:15 +0100 | |
commit | 069b35907c41a6fa659082fa5434580e0fd51c2d (patch) | |
tree | 4b9862f76510b745eb0b3491ae5f44c219fa7f15 /libs/hwui/PathParser.h | |
parent | 2226d2ac8ddc5f718105727db8a0b5fc5f1ef81e (diff) |
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
Diffstat (limited to 'libs/hwui/PathParser.h')
-rw-r--r-- | libs/hwui/PathParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/PathParser.h b/libs/hwui/PathParser.h index f5bebce605fb..878bb7c0f137 100644 --- a/libs/hwui/PathParser.h +++ b/libs/hwui/PathParser.h @@ -22,7 +22,6 @@ #include <android/log.h> #include <cutils/compiler.h> -#include <jni.h> #include <string> |