mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
dm: cleanup assert in core.c
- check input by condition check, instead of assert. - remove redundant header file including for some files. Tracked-On: #3252 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Shuo Liu <shuo.a.liu@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
012ec75163
commit
842da0ac1e
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "usb.h"
|
||||
|
||||
Reference in New Issue
Block a user