diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2015-12-09 15:47:09 +0300 |
---|---|---|
committer | Oleg Morozenkov <omorozenkov@gmail.com> | 2015-12-09 15:47:09 +0300 |
commit | a2b06de59c4b06dd7f7d89968490f60301d76678 (patch) | |
tree | 04de94236fa2593367979d7d762bbafa33556d2a /include/tgbot/tgbot.h | |
parent | e89d523a7ac895f9bb724f3fa504f49c978aa4df (diff) |
Fix tgbot.h. Closes #11
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r-- | include/tgbot/tgbot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index d393fc7..f377d1e 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -33,9 +33,7 @@ #include "tgbot/types/Contact.h" #include "tgbot/types/Document.h" #include "tgbot/types/ForceReply.h" -#include "tgbot/types/GenericChat.h" #include "tgbot/types/GenericReply.h" -#include "tgbot/types/GroupChat.h" #include "tgbot/types/InputFile.h" #include "tgbot/types/Location.h" #include "tgbot/types/Message.h" |