From a081d0ddea4103c1772378870a005267a7bce332 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 13 Oct 2017 15:40:58 +0200 Subject: Improve the doc wrt. the Debian package - Fix two minor warnings - Improve the documentation --- src/sp_disabled_functions.h | 4 ---- src/sp_utils.h | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/sp_disabled_functions.h b/src/sp_disabled_functions.h index 680eabb..260d430 100644 --- a/src/sp_disabled_functions.h +++ b/src/sp_disabled_functions.h @@ -1,10 +1,6 @@ #ifndef __SP_DISABLE_FUNCTIONS_H #define __SP_DISABLE_FUNCTIONS_H -#include "ext/hash/php_hash.h" -#include "ext/hash/php_hash_sha.h" -#include "ext/standard/md5.h" - int hook_disabled_functions(); bool should_disable(zend_execute_data* function_name); diff --git a/src/sp_utils.h b/src/sp_utils.h index 61a4c53..751b0b1 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h @@ -1,6 +1,10 @@ #ifndef SP_UTILS_H #define SP_UTILS_H +#include "ext/hash/php_hash.h" +#include "ext/hash/php_hash_sha.h" +#include "ext/standard/md5.h" + #include "sp_config.h" #include "sp_list.h" -- cgit v1.3