diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-22 21:25:43 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-22 21:25:43 +0300 |
commit | b8b21c410ea4a00150195d420915235e187a1f77 (patch) | |
tree | 9c7dd72ec694000223c55b6c1cd558b0696c4208 /include/tgbot | |
parent | 0777be1e0568377893d638f7015edc330602c8e5 (diff) |
Remove unused include.
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 { |