Skip to content

Commit 820d2a3

Browse files
committed
clean up unused headers
1 parent 9423693 commit 820d2a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

php_bsdiff.c

-6
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@
2929
#include "php_bsdiff.h"
3030
#include "php_bsdiff_arginfo.h"
3131

32-
#include <sys/stat.h>
3332
#include <bzlib.h>
3433
#include <fcntl.h>
35-
#include <stdint.h>
36-
#include <stdio.h>
37-
#include <stdlib.h>
38-
#include <string.h>
39-
#include <unistd.h>
4034

4135
zend_class_entry *ce_bsdiff_exception;
4236

0 commit comments

Comments
 (0)