Cleaned up headers

This commit is contained in:
2020-02-27 16:14:05 -05:00
parent aff4be3a65
commit a9550de75a
27 changed files with 64 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
#include "bootrom_func.h"
#include "bootrom_type.h"
#include "cacheutil.h"
#include "dev/types.h"
#include "dev_cache.h"
#include "dev_crypto.h"
PAYLOAD_SECTION

View File

@@ -1,5 +1,5 @@
#include "bootrom_func.h"
#include "cacheutil.h"
#include "dev_cache.h"
PAYLOAD_SECTION

View File

@@ -1,4 +1,4 @@
#include "bootrom_addr.h"
#include "dev/addr.h"
#include "bootrom_func.h"
PAYLOAD_SECTION