summaryrefslogtreecommitdiff
path: root/src/fcstat.c
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2013-09-26 17:46:26 +0900
committerAkira TAGOH <akira@tagoh.org>2013-09-26 17:51:15 +0900
commit43f768b53f554cf0f927ccac5daf96877f9fc69c (patch)
tree762e57c06a0a5ecd1a5bdf6f4fa635ad9aa6fd46 /src/fcstat.c
parent102864d0dba46c99b22c912454c1f58731287405 (diff)
downloadfontconfig-43f768b53f554cf0f927ccac5daf96877f9fc69c.tar.gz
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
Diffstat (limited to 'src/fcstat.c')
-rw-r--r--src/fcstat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fcstat.c b/src/fcstat.c
index ab56aca..ff8e884 100644
--- a/src/fcstat.c
+++ b/src/fcstat.c
@@ -20,9 +20,6 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
#include "fcint.h"
#include "fcarch.h"
#include <dirent.h>