diff options
author | Colin Cross <ccross@android.com> | 2012-03-24 15:15:01 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2012-03-24 15:35:17 -0700 |
commit | 8f7f7ad54c698cb57a2a369cf1ae5b917853917b (patch) | |
tree | 50bad78e439f16ab5502bf6ee1ee53d6c5b18534 | |
parent | f500abaa4a1456dfb0a269b9ca97d8e27562c09c (diff) | |
download | frameworks_av-8f7f7ad54c698cb57a2a369cf1ae5b917853917b.zip frameworks_av-8f7f7ad54c698cb57a2a369cf1ae5b917853917b.tar.gz frameworks_av-8f7f7ad54c698cb57a2a369cf1ae5b917853917b.tar.bz2 |
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
-rw-r--r-- | include/media/IOMX.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/IOMX.h b/include/media/IOMX.h index a295e9a..be1b2fc 100644 --- a/include/media/IOMX.h +++ b/include/media/IOMX.h @@ -26,8 +26,6 @@ #include <OMX_Core.h> #include <OMX_Video.h> -#include "jni.h" - namespace android { class IMemory; |