]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/crypto/secret.h
Move QOM typedefs and add missing includes
[mirror_qemu.git] / include / crypto / secret.h
index 2deb461d2f9565ab52e13f78fb06ded59e1b7f4b..8c03971e7576d8fe680d094625b9660f32e26a49 100644 (file)
 #include "crypto/secret_common.h"
 
 #define TYPE_QCRYPTO_SECRET "secret"
+typedef struct QCryptoSecret QCryptoSecret;
 #define QCRYPTO_SECRET(obj)                  \
     OBJECT_CHECK(QCryptoSecret, (obj), TYPE_QCRYPTO_SECRET)
 
-typedef struct QCryptoSecret QCryptoSecret;
 typedef struct QCryptoSecretClass QCryptoSecretClass;
 
 /**