diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-09-24 20:33:14 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-09-24 20:33:14 +0000 |
| commit | fbcd1b6eacf0cd8abb102659379a374ea7327b1f (patch) | |
| tree | 10adb22648d6f5764175a79c52b7450b5f26d4ad /sys/teken/teken.c | |
| parent | 55990ad0c3c183883aaa1a6da5ec9d29924876e5 (diff) | |
Notes
Diffstat (limited to 'sys/teken/teken.c')
| -rw-r--r-- | sys/teken/teken.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/teken/teken.c b/sys/teken/teken.c index da5c056c2c94..c928510b86d9 100644 --- a/sys/teken/teken.c +++ b/sys/teken/teken.c @@ -48,10 +48,6 @@ static FILE *df; #endif /* __FreeBSD__ && _KERNEL */ -#include "teken.h" -#include "teken_wcwidth.h" -#include "teken_scs.h" - /* Private flags for t_stateflags. */ #define TS_FIRSTDIGIT 0x01 /* First numeric digit in escape sequence. */ #define TS_INSERT 0x02 /* Insert mode. */ @@ -64,6 +60,10 @@ static FILE *df; /* Character that blanks a cell. */ #define BLANK ' ' +#include "teken.h" +#include "teken_wcwidth.h" +#include "teken_scs.h" + static teken_state_t teken_state_init; /* |
