correct order of #includes to include own libs first and then system ones

This commit is contained in:
2020-05-05 19:25:23 +02:00
parent 8659237ece
commit aef369b38b
9 changed files with 24 additions and 26 deletions

View File

@ -7,7 +7,6 @@
#include <sstream>
#include <curl/curl.h>
std::string API::request(std::string myurl) {
Hashmap<std::string, std::string> map;
std::vector<std::string> str;