mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Clean up includes
This commit is contained in:
parent
f71ffeabb7
commit
ae9c8edbca
13 changed files with 11 additions and 94 deletions
14
src/misc.c
14
src/misc.c
|
|
@ -20,25 +20,13 @@
|
|||
*/
|
||||
|
||||
#define _GNU_SOURCE // For FNM_EXTMATCH
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
#include <regex.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/wait.h>
|
||||
#include <termios.h>
|
||||
#include <fnmatch.h>
|
||||
#include "error.h"
|
||||
#include <regex.h>
|
||||
#include "print.h"
|
||||
#include "options.h"
|
||||
|
||||
void delay(long ms)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue