moved Hashmap also in api package

This commit is contained in:
max mustermann 2019-05-08 19:28:16 +02:00
parent 846a32ee7e
commit 31819abcaf
4 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ set(SOURCE
src/api/API.h
src/api/API.cpp
src/Hashmap.h
src/api/Hashmap.h
src/Logger.cpp
src/Logger.h

View File

@ -3,7 +3,7 @@
//
#include "API.h"
#include "../Hashmap.h"
#include "Hashmap.h"
#include <string>
#include <iostream>

View File

@ -7,7 +7,7 @@
#include <string>
#include "../Hashmap.h"
#include "Hashmap.h"
class API {
public: