fixup! config: don't include config.h by default

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2017-07-13 23:43:51 +02:00
parent 6ba04141d8
commit 12242016e6

View File

@@ -7,6 +7,7 @@
#include "../run-command.h"
#include "../cache.h"
#include "win32/exit-process.h"
#include "../config.h"
#define HCAST(type, handle) ((type)(intptr_t)handle)