summaryrefslogtreecommitdiffstats
path: root/qemu/include/net/checksum.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/net/checksum.h')
-rw-r--r--qemu/include/net/checksum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu/include/net/checksum.h b/qemu/include/net/checksum.h
index 2d7a363d4..7de1acb79 100644
--- a/qemu/include/net/checksum.h
+++ b/qemu/include/net/checksum.h
@@ -18,7 +18,6 @@
#ifndef QEMU_NET_CHECKSUM_H
#define QEMU_NET_CHECKSUM_H
-#include <stdint.h>
struct iovec;
uint32_t net_checksum_add_cont(int len, uint8_t *buf, int seq);