Remove include of bits/stat.h

This commit is contained in:
Tim Rühsen 2015-11-19 10:06:04 +01:00
parent db9a3613d6
commit dbefdb6767
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@
#endif
#include <libpsl.h>
#include <bits/stat.h>
/* number of elements within an array */
#define countof(a) (sizeof(a)/sizeof(*(a)))