refactor(test): remove relative include
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#include <assert.h>
|
||||
#include <myclib/myhashmap.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../hashmap/myhashmap.h"
|
||||
|
||||
#define MAX_STR_LEN 64
|
||||
|
||||
/* My custom data type stored as value */
|
||||
|
||||
Reference in New Issue
Block a user