diff options
author | Thomas Huth <thuth@redhat.com> | 2023-02-16 15:29:15 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-02-27 09:15:38 +0100 |
commit | f0830823d017af1a4e7dad228e5870cad7eb764b (patch) | |
tree | 91b83be3abeada929aab198ff69b6fe7b766438b /include/hw/tricore | |
parent | 5ebecf207293014dca147f6a56200f918532f34c (diff) |
Do not include hw/hw.h if it is not necessary
hw.h only contains the protoype of one function nowadays, hw_error(),
so all files that do not use this function anymore also do not need
to include this header anymore.
Message-Id: <20230216142915.304481-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/tricore')
-rw-r--r-- | include/hw/tricore/tricore_testdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/tricore/tricore_testdevice.h b/include/hw/tricore/tricore_testdevice.h index 1e2b8942ac..8b4fe15f24 100644 --- a/include/hw/tricore/tricore_testdevice.h +++ b/include/hw/tricore/tricore_testdevice.h @@ -19,7 +19,6 @@ #define HW_TRICORE_TESTDEVICE_H #include "hw/sysbus.h" -#include "hw/hw.h" #define TYPE_TRICORE_TESTDEVICE "tricore_testdevice" #define TRICORE_TESTDEVICE(obj) \ |