pa2.2: cleanup includes

This commit is contained in:
xinyangli 2024-03-20 20:07:28 +08:00
parent 9229e4318e
commit a62a132587
10 changed files with 32 additions and 27 deletions

View file

@ -1,9 +1,8 @@
#include "debug.h"
#include "macro.h"
#include <assert.h>
#include <common.h>
#include <elf.h>
#include <ftrace.h>
#include <utils.h>
// Put this into another file
#ifdef CONFIG_FTRACE

View file

@ -14,6 +14,7 @@
***************************************************************************************/
#include <common.h>
#include <utils.h>
extern uint64_t g_nr_guest_inst;