avoid reading config.h twice
authorAkira TAGOH <akira@tagoh.org>
Thu, 26 Sep 2013 08:46:26 +0000 (17:46 +0900)
committerAkira TAGOH <akira@tagoh.org>
Thu, 26 Sep 2013 08:51:15 +0000 (17:51 +0900)
commit43f768b53f554cf0f927ccac5daf96877f9fc69c
tree762e57c06a0a5ecd1a5bdf6f4fa635ad9aa6fd46
parent102864d0dba46c99b22c912454c1f58731287405
avoid reading config.h twice

config.h is read from fcint.h now so having a line of the sort of #include "config.h"
is duplicate.

Bug 69833 - Incorrect SIZEOF_VOID_P and ALIGNOF_DOUBLE definitions causes nasty warnings on MacOSX when building fat libraries
src/fcarch.c
src/fccache.c
src/fccompat.c
src/fchash.c
src/fcstat.c