]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/pbkdf-nettle.c
Use #include "..." for our own headers, <...> for others
[mirror_qemu.git] / crypto / pbkdf-nettle.c
index db9fc15780d2fe91a181eee8a6c9964bc241591a..d681a606f944616fb7595958d7243d3409984ae8 100644 (file)
@@ -19,9 +19,9 @@
  */
 
 #include "qemu/osdep.h"
+#include <nettle/pbkdf2.h>
 #include "qapi/error.h"
 #include "crypto/pbkdf.h"
-#include "nettle/pbkdf2.h"
 
 
 bool qcrypto_pbkdf2_supports(QCryptoHashAlgorithm hash)