From 8f03b2a42fccf6fb7c3d78ca1adeea0bf9d78757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sun, 11 Nov 2018 14:35:34 +0100 Subject: [PATCH] Use quoted includes in r_crypto.h --- libr/include/r_crypto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libr/include/r_crypto.h b/libr/include/r_crypto.h index ec34fd15b0..1012d9777e 100644 --- a/libr/include/r_crypto.h +++ b/libr/include/r_crypto.h @@ -1,9 +1,9 @@ #ifndef R2_CRYPTO_H #define R2_CRYPTO_H -#include -#include -#include +#include "r_types.h" +#include "r_list.h" +#include "r_crypto/r_des.h" #ifdef __cplusplus extern "C" {