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

Commit 069b3590 authored by Orion Hodson's avatar Orion Hodson
Browse files

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
parent 2226d2ac
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

#include "PathParser.h"

#include "jni.h"

#include <errno.h>
#include <stdlib.h>
#include <utils/Log.h>
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@

#include <android/log.h>
#include <cutils/compiler.h>
#include <jni.h>

#include <string>