target files shouldn't #include <target/...h>

Make these ".h" files adopt the same policy the ".c" files already
follow:  don't use <subsystem/...h> syntax for private interfaces.

If we ever get reviewed/supported "public" interfaces they should
come exclusively from some include/... directory; that'll be the
time to switch to <...> syntax for any subsystem's own interfaces.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-12-13 12:52:23 -08:00
parent 38e376d232
commit 6f929dbd93
25 changed files with 38 additions and 39 deletions

View File

@@ -23,9 +23,9 @@
#ifndef XSCALE_H
#define XSCALE_H
#include <target/arm.h>
#include <target/armv4_5_mmu.h>
#include <target/trace.h>
#include "arm.h"
#include "armv4_5_mmu.h"
#include "trace.h"
#define XSCALE_COMMON_MAGIC 0x58534341