Win32 dirent: clarify #include directives

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 <blees@dcon.de>
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Karsten Blees 2011-01-07 17:47:41 +01:00 committed by Junio C Hamano
parent fa9abe95be
commit a8248f4a8d

View File

@ -1,5 +1,4 @@
#include "../git-compat-util.h"
#include "dirent.h"
#include "../../git-compat-util.h"
struct DIR {
struct dirent dd_dir; /* includes d_type */