comparison src/xterm.c @ 10366:5e8b43cd8e96

Don't include param.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Jan 1995 20:19:47 +0000
parents 2e96f9f98276
children 7515c28a59d9
comparison
equal deleted inserted replaced
10365:3a50d7d3ae47 10366:5e8b43cd8e96
62 #endif 62 #endif
63 #include <ctype.h> 63 #include <ctype.h>
64 #include <errno.h> 64 #include <errno.h>
65 #include <setjmp.h> 65 #include <setjmp.h>
66 #include <sys/stat.h> 66 #include <sys/stat.h>
67 #include <sys/param.h> 67 /* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed. */
68 /* #include <sys/param.h> */
68 69
69 #include "frame.h" 70 #include "frame.h"
70 #include "dispextern.h" 71 #include "dispextern.h"
71 #include "termhooks.h" 72 #include "termhooks.h"
72 #include "termopts.h" 73 #include "termopts.h"