On some platforms, certain headers need to be included before regex.h
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 4 Apr 2006 23:01:03 +0000 (01:01 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 5 Apr 2006 00:14:06 +0000 (17:14 -0700)
commit46b8dec038be1125153e9fc816a1e1f0a9d2de77
treef9fb33091edd12294fc420a0edfbe7f75dd5fac5
parentd01d8c6782850c18d62676dae3c72ad73be1e52e
On some platforms, certain headers need to be included before regex.h

Happily, these are already included in cache.h, which is included anyway...
so: change the order of includes.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diffcore-pickaxe.c