diff options
Diffstat (limited to 'crypto/property/property.c')
-rw-r--r-- | crypto/property/property.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/property/property.c b/crypto/property/property.c index e94c5de87d..4f67207a79 100644 --- a/crypto/property/property.c +++ b/crypto/property/property.c @@ -13,12 +13,12 @@ #include <stdarg.h> #include <openssl/crypto.h> #include "internal/property.h" -#include "internal/ctype.h" +#include "crypto/ctype.h" #include <openssl/lhash.h> #include <openssl/rand.h> #include "internal/thread_once.h" -#include "internal/lhash.h" -#include "internal/sparse_array.h" +#include "crypto/lhash.h" +#include "crypto/sparse_array.h" #include "property_lcl.h" /* The number of elements in the query cache before we initiate a flush */ |