diff options
Diffstat (limited to 'src/cm.c')
| -rw-r--r-- | src/cm.c | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -23,10 +23,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | 25 | ||
| 26 | /* For CURTTY */ | ||
| 27 | #include "lisp.h" | 26 | #include "lisp.h" |
| 28 | #include "frame.h" | 27 | #include "frame.h" |
| 29 | |||
| 30 | #include "cm.h" | 28 | #include "cm.h" |
| 31 | #include "termhooks.h" | 29 | #include "termhooks.h" |
| 32 | #include "termchar.h" | 30 | #include "termchar.h" |
| @@ -48,7 +46,6 @@ extern char *tgoto P_ ((const char *, int, int)); | |||
| 48 | 46 | ||
| 49 | extern char *BC, *UP; | 47 | extern char *BC, *UP; |
| 50 | 48 | ||
| 51 | |||
| 52 | int cost; /* sums up costs */ | 49 | int cost; /* sums up costs */ |
| 53 | 50 | ||
| 54 | /* ARGSUSED */ | 51 | /* ARGSUSED */ |