refactor(methods): remove useless include

This commit is contained in:
2026-03-17 00:51:04 +01:00
parent 417b4f9239
commit 6c30a42872
2 changed files with 13 additions and 8 deletions
-1
View File
@@ -2,7 +2,6 @@
#define TGBOT_METHODS_H
#include "types.h"
#include <json-c/json.h>
/* Retrieve update */
int tgbot_get_update(tgbot_s *bot, tgbot_update_s *update, Callback cbq_handler);