summaryrefslogtreecommitdiff
path: root/src/fchash.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/fchash.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/fchash.c')
-rw-r--r--src/fchash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fchash.c b/src/fchash.c
index 7216bee..3830002 100644
--- a/src/fchash.c
+++ b/src/fchash.c
@@ -23,9 +23,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 <stdio.h>
#include <string.h>