summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-22 21:25:43 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-22 21:25:43 +0300
commitb8b21c410ea4a00150195d420915235e187a1f77 (patch)
tree9c7dd72ec694000223c55b6c1cd558b0696c4208
parent0777be1e0568377893d638f7015edc330602c8e5 (diff)
Remove unused include.
-rw-r--r--include/tgbot/types/InputFile.h3
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 {