- Sort the headers per style(9)

Reminded by:	yar
Approved by:	delphij (mentor, implicit)
This commit is contained in:
rafan 2007-06-06 11:14:30 +00:00
parent 845e66c79e
commit f604f00277

View File

@ -20,12 +20,12 @@ static const char sccsid[] = "@(#)cl_screen.c 10.49 (Berkeley) 9/24/96";
#include <bitstring.h>
#include <curses.h>
#include <term.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <term.h>
#include <termios.h>
#include <unistd.h>