]> git.eshelyaron.com Git - emacs.git/commitdiff
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 3a6c43d399da0b5ad4419851464a0c0791ddb9a0..871a2d362102c58b34966c88b9ff17043bf2c0e8 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 c291d4da364d621f1a16013dd8ed7afced2ea437..f299435e84e4891380638220c92410fe8682f0ba 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"