remove target.h from flash.h
The flash.h header does not require the target.h header file, but its implementation source files do. Move it to flash/nor/imp.h.
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
#include <target/image.h>
|
||||
#include <flash/flash.h>
|
||||
#include "imp.h"
|
||||
#include <helper/binarybuffer.h>
|
||||
#include <target/armv4_5.h>
|
||||
#include <target/algorithm.h>
|
||||
#include <target/armv4_5.h>
|
||||
#include <target/image.h>
|
||||
|
||||
|
||||
/* 1024 bytes */
|
||||
|
||||
Reference in New Issue
Block a user