summaryrefslogtreecommitdiff
path: root/src/sp_utils.c
diff options
context:
space:
mode:
authorjvoisin2019-02-23 19:36:24 +0100
committerjvoisin2019-02-23 19:36:24 +0100
commit809920b8cb130e105847a9956c51a6ecb08e2938 (patch)
tree254fa43e3206f6d7df3896503473cdd038d372a8 /src/sp_utils.c
parentd03c3c8d01f6f507bf844fec07477f30e3db61d9 (diff)
Try to unify the includes
Diffstat (limited to 'src/sp_utils.c')
-rw-r--r--src/sp_utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c
index 1231bee..ea6afaf 100644
--- a/src/sp_utils.c
+++ b/src/sp_utils.c
@@ -1,11 +1,5 @@
1#include "php_snuffleupagus.h" 1#include "php_snuffleupagus.h"
2 2
3#include <fcntl.h>
4#include <inttypes.h>
5#include <stdio.h>
6#include <stdlib.h>
7#include <string.h>
8#include <unistd.h>
9 3
10ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) 4ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus)
11 5