Git-compat-util.h is two dirs up, and already includes <dirent.h> (which
is the same as "dirent.h" due to -Icompat/win32 in the Makefile).
Signed-off-by: Karsten Blees <redacted>
Signed-off-by: Erik Faye-Lund <redacted>
Signed-off-by: Stepan Kasal <redacted>
Signed-off-by: Junio C Hamano <redacted>
-#include "../git-compat-util.h"
-#include "dirent.h"
+#include "../../git-compat-util.h"
struct DIR {
struct dirent dd_dir; /* includes d_type */