Remove manual #include "AndroidConfig.h".

That file (a) was always forced upon you anyway and (b) no longer
exists.

Change-Id: I5964a0420e9114419b62d5b98e7ecef6c5b48296
(cherry picked from commit c2d4ae15fbbb4ebee364449cf9693566e10d07a1)
This commit is contained in:
Elliott Hughes
2015-08-28 13:52:47 -07:00
parent 178cadfce1
commit b4abf77efc
5 changed files with 0 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
#define __WVMDRMPLUGIN_H__
#include <AndroidConfig.h>
#include <DrmEngineBase.h>
#include "WVDRMPluginAPI.h"

View File

@@ -6,7 +6,6 @@
#define WVMEXTRACTOR_H_
#include "AndroidConfig.h"
#include "WVStreamControlAPI.h"
#include "WVMInfoListener.h"
#include "WVMExtractor.h"

View File

@@ -5,7 +5,6 @@
#ifndef WVFILE_SOURCE_H_
#define WVFILE_SOURCE_H_
#include "AndroidConfig.h"
#include "WVStreamControlAPI.h"
#include <media/stagefright/DataSource.h>
#include <utils/RefBase.h>

View File

@@ -6,7 +6,6 @@
#define WVMINFO_LISTENER_H
#include "AndroidConfig.h"
#include "WVMMediaSource.h"
#include <media/stagefright/DataSource.h>
#include "WVStreamControlAPI.h"

View File

@@ -6,7 +6,6 @@
#ifndef WVMMEDIA_SOURCE_H_
#define WVMMEDIA_SOURCE_H_
#include "AndroidConfig.h"
#include "WVStreamControlAPI.h"
#include <media/stagefright/DataSource.h>
#include <media/stagefright/MediaSource.h>