mirror of
https://github.com/transmission/transmission
synced 2025-02-24 23:12:35 +00:00
in metainfo.c, don't include sys/stat.h anymore, it's unneeded after r13633
This commit is contained in:
parent
5766f6fb4d
commit
46b3b79e63
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
#include <string.h> /* strlen () */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h> /* unlink, stat */
|
||||
|
||||
#include <event2/buffer.h>
|
||||
|
|
Loading…
Reference in a new issue