[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 9/9] exec/cpu-all: Do not include 'exec/tswap.h' header
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 9/9] exec/cpu-all: Do not include 'exec/tswap.h' header |
Date: |
Thu, 12 Dec 2024 00:03:57 +0100 |
Nothing in "exec/cpu-all.h" requires "exec/tswap.h" declarations.
Remove it to reduce headers preprocessing and poisonned target
definitions polution.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
include/exec/cpu-all.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
index 45e66769380..b45defdbf43 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -22,7 +22,6 @@
#include "exec/page-protection.h"
#include "exec/cpu-common.h"
#include "exec/memory.h"
-#include "exec/tswap.h"
#include "hw/core/cpu.h"
/* some important defines:
--
2.45.2
- Re: [PATCH v2 4/9] hw/arm: Include missing 'exec/tswap.h' header, (continued)