summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMXNodeInstance.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-13 12:44:54 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-13 12:44:54 -0700
commit5e7616cc0e5493241211333134555d74aec89982 (patch)
treee2a972018a13cbf8c2ad6c3d7592dbbb73fec3a8 /media/libstagefright/omx/OMXNodeInstance.cpp
parente53b9ead781c36e96d6b6f012ddffc93a3d80f0d (diff)
parent6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb (diff)
downloadframeworks_av-5e7616cc0e5493241211333134555d74aec89982.zip
frameworks_av-5e7616cc0e5493241211333134555d74aec89982.tar.gz
frameworks_av-5e7616cc0e5493241211333134555d74aec89982.tar.bz2
Merge "Switched to use the header files in /frameworks/native and deleted the duplicate header files in /frameworks/base"
Diffstat (limited to 'media/libstagefright/omx/OMXNodeInstance.cpp')
-rw-r--r--media/libstagefright/omx/OMXNodeInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/omx/OMXNodeInstance.cpp b/media/libstagefright/omx/OMXNodeInstance.cpp
index 099c4f5..bff3def 100644
--- a/media/libstagefright/omx/OMXNodeInstance.cpp
+++ b/media/libstagefright/omx/OMXNodeInstance.cpp
@@ -24,8 +24,8 @@
#include <OMX_Component.h>
#include <binder/IMemory.h>
+#include <HardwareAPI.h>
#include <media/stagefright/foundation/ADebug.h>
-#include <media/stagefright/HardwareAPI.h>
#include <media/stagefright/MediaErrors.h>
namespace android {