diff options
| author | jvoisin | 2019-02-23 19:36:24 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-23 19:36:24 +0100 |
| commit | 809920b8cb130e105847a9956c51a6ecb08e2938 (patch) | |
| tree | 254fa43e3206f6d7df3896503473cdd038d372a8 /src/sp_utils.c | |
| parent | d03c3c8d01f6f507bf844fec07477f30e3db61d9 (diff) | |
Try to unify the includes
Diffstat (limited to 'src/sp_utils.c')
| -rw-r--r-- | src/sp_utils.c | 6 |
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 | ||
| 10 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) | 4 | ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) |
| 11 | 5 | ||
