summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp_disabled_functions.h4
-rw-r--r--src/sp_utils.h4
2 files changed, 4 insertions, 4 deletions
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 @@
1#ifndef __SP_DISABLE_FUNCTIONS_H 1#ifndef __SP_DISABLE_FUNCTIONS_H
2#define __SP_DISABLE_FUNCTIONS_H 2#define __SP_DISABLE_FUNCTIONS_H
3 3
4#include "ext/hash/php_hash.h"
5#include "ext/hash/php_hash_sha.h"
6#include "ext/standard/md5.h"
7
8int hook_disabled_functions(); 4int hook_disabled_functions();
9bool should_disable(zend_execute_data* function_name); 5bool should_disable(zend_execute_data* function_name);
10 6
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 @@
1#ifndef SP_UTILS_H 1#ifndef SP_UTILS_H
2#define SP_UTILS_H 2#define SP_UTILS_H
3 3
4#include "ext/hash/php_hash.h"
5#include "ext/hash/php_hash_sha.h"
6#include "ext/standard/md5.h"
7
4#include "sp_config.h" 8#include "sp_config.h"
5#include "sp_list.h" 9#include "sp_list.h"
6 10