From 8f7f7ad54c698cb57a2a369cf1ae5b917853917b Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sat, 24 Mar 2012 15:15:01 -0700 Subject: [PATCH] remove jni.h include from IOMX.h jni.h is not used in IOMX.h and is not available in pdk builds, remove it. Change-Id: I9bc8fd70f617942712d9f684c6fc927bf18be753 --- include/media/IOMX.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/media/IOMX.h b/include/media/IOMX.h index a295e9a192..be1b2fc531 100644 --- a/include/media/IOMX.h +++ b/include/media/IOMX.h @@ -26,8 +26,6 @@ #include #include -#include "jni.h" - namespace android { class IMemory; -- 2.11.0