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

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

View File

@ -20,7 +20,6 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <errno.h>
#include "libtext/text.h"