Merge change I63d524fd into eclair-mr2

* changes:
  Fixing the build by renaming private "string.h" header file.
This commit is contained in:
Android (Google) Code Review
2009-10-19 13:20:05 -04:00
6 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "include/string.h"
#include "include/stagefright_string.h"
#include "include/HTTPStream.h"
#include <stdlib.h>

View File

@@ -18,7 +18,7 @@
#define LOG_TAG "MediaPlayerImpl"
#include "utils/Log.h"
#include "include/string.h"
#include "include/stagefright_string.h"
#include "include/HTTPStream.h"
#include <OMX_Component.h>

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "include/string.h"
#include "include/stagefright_string.h"
#include "include/HTTPStream.h"
#include <stdlib.h>

View File

@@ -18,7 +18,7 @@
#define HTTP_STREAM_H_
#include "string.h"
#include "stagefright_string.h"
#include <sys/types.h>

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "include/string.h"
#include "include/stagefright_string.h"
namespace android {