mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Clean up includes
This commit is contained in:
parent
f71ffeabb7
commit
ae9c8edbca
13 changed files with 11 additions and 94 deletions
|
|
@ -21,31 +21,17 @@
|
|||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <termios.h>
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <regex.h>
|
||||
#include <glib.h>
|
||||
#include "options.h"
|
||||
#include "configfile.h"
|
||||
#include "misc.h"
|
||||
#include "options.h"
|
||||
#include "error.h"
|
||||
#include "print.h"
|
||||
#include "rs485.h"
|
||||
#include "timestamp.h"
|
||||
#include "alert.h"
|
||||
#include "misc.h"
|
||||
|
||||
#define CONFIG_GROUP_NAME_DEFAULT "default"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue