moved Hashmap also in api package
This commit is contained in:
parent
846a32ee7e
commit
31819abcaf
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user