include: Drop various qemu-common.h imports

This commit is contained in:
Matt Borgerson 2023-01-23 00:30:40 -07:00
parent 0f22bea488
commit e9478a6cf3
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ extern "C" {
// Include necessary QEMU headers
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/error.h"
#include "sysemu/sysemu.h"
#include "sysemu/runstate.h"

View File

@ -24,7 +24,6 @@
extern "C" {
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/thread.h"
}