mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Sort the headers per style(9)
Reminded by: yar Approved by: delphij (mentor, implicit)
This commit is contained in:
parent
478018f0ad
commit
8473fea281
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue