1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 11:56:44 +02: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

@ -20,9 +20,9 @@
*
*/
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#ifdef __APPLE__
#include <sys/types.h>
@ -31,12 +31,12 @@
#include <dirent.h>
#endif /* __APPLE__ */
#include "windows.h"
#include "toxic.h"
#include "misc_tools.h"
#include "line_info.h"
#include "execute.h"
#include "configdir.h"
#include "execute.h"
#include "line_info.h"
#include "misc_tools.h"
#include "toxic.h"
#include "windows.h"
static void print_ac_matches(ToxWindow *self, Tox *m, char **list, size_t n_matches)
{