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 11.02.20.
//
#include "Config.h"
#include "Logger.h"
#include "Version.h"

View File

@@ -1,7 +1,3 @@
//
// Created by lukas on 05.05.19.
//
#include "FileLogger.h"
#include "IpHelper.h"

View File

@@ -1,7 +1,3 @@
//
// Created by lukas on 02.08.19.
//
#include "IPRefresher.h"
#include "FileLogger.h"
#include "api/IPAPI.h"

View File

@@ -1,7 +1,3 @@
//
// Created by lukas on 07.05.20.
//
#include "IpHelper.h"
#include <climits>

View File

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

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"

View File

@@ -1,7 +1,3 @@
//
// Created by lukas on 18.06.19.
//
#include "Version.h"
#include "IPRefresher.h"
#include "Logger.h"