1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-19 13:53:21 +01:00

sort includes

This commit is contained in:
zugz (tox)
2020-04-18 00:00:00 +00:00
parent 142ce642f0
commit d75d6e8b60
44 changed files with 262 additions and 256 deletions

View File

@@ -26,18 +26,18 @@
#include <string.h> /* strlen, strcpy, strstr, strchr, strrchr, strcat, strncmp */
#include <pthread.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include <tox/tox.h>
#include "execute.h"
#include "windows.h"
#include "settings.h"
#include "term_mplex.h"
#include "toxic.h"
#include "settings.h"
#include "windows.h"
extern struct ToxWindow *prompt;
extern struct user_settings *user_settings;