summaryrefslogtreecommitdiffstats
path: root/src/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.c')
-rw-r--r--src/api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api.c b/src/api.c
index 168fcf2..ed5f06f 100644
--- a/src/api.c
+++ b/src/api.c
@@ -13,7 +13,6 @@
#include <printf.h>
#include <pthread.h>
#include <stdatomic.h>
-#include <math.h>
#include <signal.h>
#define DC_API_PREFIX "https://discord.com/api/v8/" /* this can be a format string, DO NOT use format characters inside */
#define DC_LOGIN_FORMAT "{\"login\":\"%s\",\"password\":\"%s\",\"undelete\":false,\"captcha_key\":null,\"login_source\":null,\"gift_code_sku_id\":null}"