summaryrefslogtreecommitdiffstats
path: root/include/qemu/crc32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/crc32c.h')
-rw-r--r--include/qemu/crc32c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/crc32c.h b/include/qemu/crc32c.h
index dafb6a1ada..5b78884c38 100644
--- a/include/qemu/crc32c.h
+++ b/include/qemu/crc32c.h
@@ -28,7 +28,6 @@
#ifndef QEMU_CRC32C_H
#define QEMU_CRC32C_H
-#include "qemu-common.h"
uint32_t crc32c(uint32_t crc, const uint8_t *data, unsigned int length);