everywhere same code header

reformatings
cdoc
This commit is contained in:
2020-05-08 16:45:27 +02:00
parent 12de026842
commit 713e7a1f95
21 changed files with 108 additions and 94 deletions

View File

@ -1,7 +1,3 @@
//
// Created by lukas on 06.04.19.
//
#include "api/API.h"
#include <sstream>

View File

@ -1,7 +1,3 @@
//
// Created by lukas on 18.06.19.
//
#include "api/DynuAPI.h"
bool DynuAPI::refreshIp(std::string ip) {

View File

@ -1,7 +1,3 @@
//
// Created by lukas on 18.06.19.
//
#include "api/IPAPI.h"
std::string IPAPI::getGlobalIp() {

View File

@ -1,7 +1,3 @@
//
// Created by lukas on 08.05.19.
//
#include "api/TelegramAPI.h"
#include "Logger.h"