Merge change 8804 into donut

* changes:
  Fix SDK build break caused by including legacy support header into main API header
This commit is contained in:
Android (Google) Code Review
2009-07-28 11:00:39 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -22,8 +22,6 @@
as types, structures, and constants definitions used in the API. as types, structures, and constants definitions used in the API.
*/ */
#include "adb_api_legacy.h"
// Enables compillation for "straight" C // Enables compillation for "straight" C
#ifdef __cplusplus #ifdef __cplusplus
#define EXTERN_C extern "C" #define EXTERN_C extern "C"

View File

@@ -21,6 +21,7 @@
#include "stdafx.h" #include "stdafx.h"
#include "adb_api.h" #include "adb_api.h"
#include "adb_api_legacy.h"
#include "adb_helper_routines.h" #include "adb_helper_routines.h"
#include "adb_interface_enum.h" #include "adb_interface_enum.h"