aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-02-02 14:38:28 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-08 07:28:05 +0100
commitbfe7bf8590a74aebd572abe56927b53f4978ab42 (patch)
tree061bc183be997a93c8a0307e3f1d5c3defe86e65 /hw/i2c
parent2ca10faeb85e3c1b87e10bb46786445a5a879bbd (diff)
downloadqemu-bfe7bf8590a74aebd572abe56927b53f4978ab42.zip
qemu-bfe7bf8590a74aebd572abe56927b53f4978ab42.tar.gz
qemu-bfe7bf8590a74aebd572abe56927b53f4978ab42.tar.bz2
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 'hw/i2c')
-rw-r--r--hw/i2c/pmbus_device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i2c/pmbus_device.c b/hw/i2c/pmbus_device.c
index 4071a88..c3d6046 100644
--- a/hw/i2c/pmbus_device.c
+++ b/hw/i2c/pmbus_device.c
@@ -8,7 +8,6 @@
#include "qemu/osdep.h"
#include <math.h>
-#include <string.h>
#include "hw/i2c/pmbus_device.h"
#include "migration/vmstate.h"
#include "qemu/module.h"