From 5898fdef26ca4db46b94730ad3d17282fa3d387b Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 22 Aug 2005 01:15:55 +0000 Subject: [PATCH] Don't include config.h. --- example/mdump.c | 2 -- example/mimx-anthy.c | 1 - example/mimx-ispell.c | 1 - example/mview.c | 2 -- 4 files changed, 6 deletions(-) diff --git a/example/mdump.c b/example/mdump.c index 91bf9c4..3a5bfad 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -220,8 +220,6 @@ #include #include -#include "config.h" - #if defined (HAVE_FREETYPE) && defined (HAVE_GD) #include diff --git a/example/mimx-anthy.c b/example/mimx-anthy.c index 07402b7..773d7ff 100644 --- a/example/mimx-anthy.c +++ b/example/mimx-anthy.c @@ -102,7 +102,6 @@ #include #include -#include #include #ifdef HAVE_ANTHY diff --git a/example/mimx-ispell.c b/example/mimx-ispell.c index 7da4c68..39777b7 100644 --- a/example/mimx-ispell.c +++ b/example/mimx-ispell.c @@ -85,7 +85,6 @@ #include #include -#include #include #ifdef HAVE_ISPELL diff --git a/example/mview.c b/example/mview.c index dab7b66..cd95901 100644 --- a/example/mview.c +++ b/example/mview.c @@ -109,8 +109,6 @@ #include #include -#include - #ifdef HAVE_X11_XAW_COMMAND_H #include -- 1.7.10.4