From 0c6db68bc0f044e1e8b4b3a05cc08a4715350ada Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 17 Jun 2003 10:52:01 +0000 Subject: [PATCH] (xselect.o): Don't depend on charset.h, coding.h, composite.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 830850d7712..1961dfcdb13 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1185,7 +1185,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ coding.h process.h gtkutil.h $(config_h) xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ - charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h) + buffer.h atimer.h systime.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ -- 2.39.5