correct order of #includes to include own libs first and then system ones
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user