in metainfo.c, don't include sys/stat.h anymore, it's unneeded after r13633

This commit is contained in:
Jordan Lee 2012-12-09 22:05:31 +00:00
parent 5766f6fb4d
commit 46b3b79e63
1 changed files with 0 additions and 1 deletions

View File

@ -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>