diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/random.h | 1 | ||||
-rw-r--r-- | include/crypto/xts.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/crypto/random.h b/include/crypto/random.h index fde592904e..c09998894f 100644 --- a/include/crypto/random.h +++ b/include/crypto/random.h @@ -21,7 +21,6 @@ #ifndef QCRYPTO_RANDOM_H #define QCRYPTO_RANDOM_H -#include "qemu-common.h" /** * qcrypto_random_bytes: diff --git a/include/crypto/xts.h b/include/crypto/xts.h index 3c8967ac6c..39ccaed822 100644 --- a/include/crypto/xts.h +++ b/include/crypto/xts.h @@ -26,7 +26,6 @@ #ifndef QCRYPTO_XTS_H #define QCRYPTO_XTS_H -#include "qemu-common.h" #define XTS_BLOCK_SIZE 16 |