diff options
Diffstat (limited to 'BFS/host/mram-management.h')
-rw-r--r-- | BFS/host/mram-management.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BFS/host/mram-management.h b/BFS/host/mram-management.h index f2ee031..61616da 100644 --- a/BFS/host/mram-management.h +++ b/BFS/host/mram-management.h @@ -2,8 +2,8 @@ #ifndef _MRAM_MANAGEMENT_H_ #define _MRAM_MANAGEMENT_H_ -#include "../support/common.h" -#include "../support/utils.h" +#include "common.h" +#include "utils.h" #define DPU_CAPACITY (64 << 20) // A DPU's capacity is 64 MiB |