syntax: Remove include <dirent.h> in files that don't use it.

Found by 'make syntax-check'.
This commit is contained in:
Richard W.M. Jones
2012-09-15 12:35:59 +01:00
parent 9fce75aa13
commit d6bb49a172
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <dirent.h>
#include <sys/stat.h>
#include "daemon.h"