moved Hashmap also in api package
This commit is contained in:
		@@ -13,7 +13,7 @@ set(SOURCE
 | 
				
			|||||||
        src/api/API.h
 | 
					        src/api/API.h
 | 
				
			||||||
        src/api/API.cpp
 | 
					        src/api/API.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        src/Hashmap.h
 | 
					        src/api/Hashmap.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        src/Logger.cpp
 | 
					        src/Logger.cpp
 | 
				
			||||||
        src/Logger.h
 | 
					        src/Logger.h
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "API.h"
 | 
					#include "API.h"
 | 
				
			||||||
#include "../Hashmap.h"
 | 
					#include "Hashmap.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
#include <iostream>
 | 
					#include <iostream>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
#include "../Hashmap.h"
 | 
					#include "Hashmap.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class API {
 | 
					class API {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user