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