diff options
| author | Frank M. Kromann <fmk@php.net> | 2004-08-03 04:15:34 +0000 |
|---|---|---|
| committer | Frank M. Kromann <fmk@php.net> | 2004-08-03 04:15:34 +0000 |
| commit | 2acc314e6f0c4e915cfd9a113aa3e1adba81e9df (patch) | |
| tree | c27793d2f1603163e1f48ba7700615321da6a58f /ext/mime_magic | |
| parent | 93cdab8b965be751ab93d1af05528c5034b2db77 (diff) | |
| download | php-git-2acc314e6f0c4e915cfd9a113aa3e1adba81e9df.tar.gz | |
sys/stat.h is includes in php_streams.h no need to do that again.
Diffstat (limited to 'ext/mime_magic')
| -rw-r--r-- | ext/mime_magic/mime_magic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c index d4df213f72..91eb655500 100644 --- a/ext/mime_magic/mime_magic.c +++ b/ext/mime_magic/mime_magic.c @@ -160,7 +160,6 @@ #include <fcntl.h> #include <sys/types.h> -#include <sys/stat.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |
