diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-02-02 14:38:28 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-08 07:28:05 +0100 |
commit | bfe7bf8590a74aebd572abe56927b53f4978ab42 (patch) | |
tree | 061bc183be997a93c8a0307e3f1d5c3defe86e65 /backends | |
parent | 2ca10faeb85e3c1b87e10bb46786445a5a879bbd (diff) |
Don't include headers already included by qemu/osdep.h
This commit was created with scripts/clean-includes.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20230202133830.2152150-19-armbru@redhat.com>
Diffstat (limited to 'backends')
-rw-r--r-- | backends/tpm/tpm_ioctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/tpm/tpm_ioctl.h b/backends/tpm/tpm_ioctl.h index e506ef5160..b1d31768a6 100644 --- a/backends/tpm/tpm_ioctl.h +++ b/backends/tpm/tpm_ioctl.h @@ -12,8 +12,6 @@ # define __USE_LINUX_IOCTL_DEFS #endif -#include <stdint.h> -#include <sys/types.h> #ifndef _WIN32 #include <sys/uio.h> #include <sys/ioctl.h> |