Skip to content

Commit f85a28d

Browse files
committed
plugins/api: clean-up the includes
Thanks to re-factoring and clean-up work (especially to exec-all) we no longer need such broad headers for the api. Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent 4752ed5 commit f85a28d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/api.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
#include "qemu/main-loop.h"
4040
#include "qemu/plugin.h"
4141
#include "qemu/log.h"
42-
#include "qemu/timer.h"
4342
#include "tcg/tcg.h"
44-
#include "exec/exec-all.h"
4543
#include "exec/gdbstub.h"
4644
#include "exec/target_page.h"
4745
#include "exec/translation-block.h"
@@ -51,7 +49,6 @@
5149
#ifndef CONFIG_USER_ONLY
5250
#include "qapi/error.h"
5351
#include "migration/blocker.h"
54-
#include "exec/ram_addr.h"
5552
#include "qemu/plugin-memory.h"
5653
#include "hw/boards.h"
5754
#else

0 commit comments

Comments
 (0)