Moved memory type enum to memorymap.h

Deleted memorytype.h
This commit is contained in:
2021-04-12 01:21:18 -05:00
parent 7255f89646
commit e235e9bad2
4 changed files with 8 additions and 11 deletions

View File

@@ -4,7 +4,6 @@
#include "tty.h"
#include "string.h"
#include "module.h"
#include "types/memorytype.h"
#include <stdint.h>
#include <stddef.h>