From 8c6631e66e323bc92e0ea5d235e7059b30fb86ee Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 10 Feb 2023 12:23:15 +0100 Subject: include/hw: Do not include "hw/registerfields.h" in headers that don't need it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include "hw/registerfields.h" in the .c files instead (if needed). Message-Id: <20230210112315.1116966-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- include/hw/arm/smmuv3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/hw/arm') diff --git a/include/hw/arm/smmuv3.h b/include/hw/arm/smmuv3.h index f1921fd..b6dd087 100644 --- a/include/hw/arm/smmuv3.h +++ b/include/hw/arm/smmuv3.h @@ -20,7 +20,6 @@ #define HW_ARM_SMMUV3_H #include "hw/arm/smmu-common.h" -#include "hw/registerfields.h" #include "qom/object.h" #define TYPE_SMMUV3_IOMMU_MEMORY_REGION "smmuv3-iommu-memory-region" -- cgit v1.1