diff options
author | Orion Hodson <oth@google.com> | 2020-04-09 11:56:45 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-04-10 07:49:15 +0100 |
commit | 069b35907c41a6fa659082fa5434580e0fd51c2d (patch) | |
tree | 4b9862f76510b745eb0b3491ae5f44c219fa7f15 /libs/hwui/PathParser.cpp | |
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.cpp')
-rw-r--r-- | libs/hwui/PathParser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 <errno.h> #include <stdlib.h> #include <utils/Log.h> |