diff options
Diffstat (limited to 'include/tgbot')
-rw-r--r-- | include/tgbot/types/InputFile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tgbot/types/InputFile.h b/include/tgbot/types/InputFile.h index 60ee7e7..670dc2d 100644 --- a/include/tgbot/types/InputFile.h +++ b/include/tgbot/types/InputFile.h @@ -1,9 +1,8 @@ #ifndef TGBOT_CPP_INPUTFILE_H #define TGBOT_CPP_INPUTFILE_H -#include <string> #include <memory> -#include <utility> +#include <string> namespace TgBot { |