#include "target.h" less wildly
Don't include "target.h" from more headers than necessary. This avoids needless interdependencies and duplicated include paths. Don't needlessly include it in source files, either. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
#define ARMV4_5_MMU_H
|
||||
|
||||
#include "armv4_5_cache.h"
|
||||
#include "target.h"
|
||||
|
||||
struct target;
|
||||
|
||||
struct armv4_5_mmu_common
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user