summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2018-01-23 19:17:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-23 19:17:44 +0000
commitab7429b4cec5e619f0ed77d13363da4167212874 (patch)
tree0422b04eca116f462e5b29345934cbd8a0bec9d3 /cmds
parent1c838c481692c45b96786dcdd520296b73a71809 (diff)
parent74065036f03cb9f96acb43c6e4f105ec91132395 (diff)
downloadframeworks_av-ab7429b4cec5e619f0ed77d13363da4167212874.tar.gz
frameworks_av-ab7429b4cec5e619f0ed77d13363da4167212874.tar.bz2
frameworks_av-ab7429b4cec5e619f0ed77d13363da4167212874.zip
Merge "Remove unnecessary includes and forward declarations"
Diffstat (limited to 'cmds')
-rw-r--r--cmds/stagefright/audioloop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/stagefright/audioloop.cpp b/cmds/stagefright/audioloop.cpp
index 5500d24ce2..fc246461ed 100644
--- a/cmds/stagefright/audioloop.cpp
+++ b/cmds/stagefright/audioloop.cpp
@@ -33,7 +33,6 @@
#include <media/stagefright/AudioSource.h>
#include <media/stagefright/MediaCodecSource.h>
#include <media/stagefright/MediaDefs.h>
-#include <media/stagefright/MetaData.h>
#include <media/stagefright/SimpleDecodingSource.h>
#include "SineSource.h"