mbox series

[0/3] include: Cleanups around 'exec/cpu-common.h' header

Message ID 20241217151305.29196-1-philmd@linaro.org
Headers show
Series include: Cleanups around 'exec/cpu-common.h' header | expand

Message

Philippe Mathieu-Daudé Dec. 17, 2024, 3:13 p.m. UTC
Do not include "exec/cpu-common.h" when we don't need it.

(I plan to merge this series myself).

Philippe Mathieu-Daudé (3):
  hw/xen: Remove unnecessary 'exec/cpu-common.h' header
  system/numa: Remove unnecessary 'exec/cpu-common.h' header
  system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header

 include/hw/xen/xen.h       | 2 --
 include/sysemu/accel-ops.h | 2 +-
 include/sysemu/numa.h      | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)