diff options
| author | jvoisin | 2020-12-13 19:15:48 +0100 |
|---|---|---|
| committer | jvoisin | 2020-12-13 19:15:48 +0100 |
| commit | a64d0a29bf966135248fe53eefade0dd59652230 (patch) | |
| tree | 9e82006c6b3daf73b14d5787c8b915df349247e2 /src | |
| parent | c2852fccdeddede7c6d690684a327f4399d728b8 (diff) | |
Remove a duplicate include
Diffstat (limited to 'src')
| -rw-r--r-- | src/php_snuffleupagus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 532516f..14efadb 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -29,7 +29,6 @@ | |||
| 29 | #include <sys/syslog.h> | 29 | #include <sys/syslog.h> |
| 30 | 30 | ||
| 31 | #include "SAPI.h" | 31 | #include "SAPI.h" |
| 32 | #include "ext/session/php_session.h" | ||
| 33 | #include "ext/standard/head.h" | 32 | #include "ext/standard/head.h" |
| 34 | #include "ext/standard/info.h" | 33 | #include "ext/standard/info.h" |
| 35 | #include "ext/standard/url.h" | 34 | #include "ext/standard/url.h" |
