fix "warning:redefinition of typedef 'uint32_t'"

uint32_t occures two times in hypervisor/include/lib/types.h,
remove one of them.
Signed-off-by: huihuang.shi <huihuang.shi@intel.com>
This commit is contained in:
huihuang.shi 2018-05-28 13:29:56 +08:00 committed by lijinxia
parent 2266e133fb
commit 1a5370a253
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@
/* Define standard data types. These definitions allow software components
* to perform in the same manner on different target platforms.
*/
typedef unsigned int uint32_t;
typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef signed short int16_t;