mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 22:36:34 +01:00
moved misc helper functions to separate file and removed redundant includes
This commit is contained in:
@@ -8,14 +8,11 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "toxic_windows.h"
|
||||
#include "chat.h"
|
||||
#include "commands.h"
|
||||
#include "misc_tools.h"
|
||||
|
||||
static GroupChat groupchats[MAX_GROUPCHAT_NUM];
|
||||
static int group_chat_index = 0;
|
||||
|
||||
Reference in New Issue
Block a user