Don't include <m17n-flt.h>.
authorAndreas Schwab <schwab@suse.de>
Sun, 12 Oct 2008 12:49:14 +0000 (12:49 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 12 Oct 2008 12:49:14 +0000 (12:49 +0000)
src/ChangeLog
src/font.c

index 3a6c43d..871a2d3 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-12  Andreas Schwab  <schwab@suse.de>
+
+       * font.c: Don't include <m17n-flt.h>.
+
 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
 
        * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
index c291d4d..f299435 100644 (file)
@@ -23,9 +23,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
-#ifdef HAVE_M17N_FLT
-#include <m17n-flt.h>
-#endif
 
 #include "lisp.h"
 #include "buffer.h"