members.c: drop unused include of <dirent.h>

This commit is contained in:
Peter Simons 2013-02-09 19:56:00 +01:00
parent 8f039bab98
commit 608ec1b05b

View File

@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <ctype.h>
#include <string.h>