diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
commit | 2978ae35b63eb57d367794e4ac6fd6f492373171 (patch) | |
tree | bf9b47d7e0eb592692b64f418d9a8180a78a730d /src/types | |
parent | a888db726815a9600ea3b16ea045644b51e2898b (diff) |
Combile all licenses in LICENSE. Fix Dockerfile_test
Diffstat (limited to 'src/types')
-rw-r--r-- | src/types/InlineQueryResult.cpp | 4 | ||||
-rw-r--r-- | src/types/InputFile.cpp | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/types/InlineQueryResult.cpp b/src/types/InlineQueryResult.cpp index 79debe0..3d4ea6e 100644 --- a/src/types/InlineQueryResult.cpp +++ b/src/types/InlineQueryResult.cpp @@ -1,7 +1,3 @@ -// -// Created by Andrea Giove on 27/03/16. -// - #include "tgbot/types/InlineQueryResultCachedAudio.h" #include "tgbot/types/InlineQueryResultCachedDocument.h" #include "tgbot/types/InlineQueryResultCachedGif.h" diff --git a/src/types/InputFile.cpp b/src/types/InputFile.cpp index 94a591b..e0885f0 100644 --- a/src/types/InputFile.cpp +++ b/src/types/InputFile.cpp @@ -1,7 +1,3 @@ -// -// Created by Oleg Morozenkov on 25.01.17. -// - #include "tgbot/types/InputFile.h" #include <fstream> |