From 28b17945059a4dcca4dba0ef30d07f0c3f328366 Mon Sep 17 00:00:00 2001
From: Zachary T Welch <zw@superlucidity.net>
Date: Thu, 3 Dec 2009 04:14:36 -0800
Subject: change #include "arm11.h" to <target/arm11.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "arm11.h"

the following form should be used.

	#include <target/arm11.h>

The exception is from .c files in the same directory.
---
 src/target/arm11_dbgtap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h
index fa197447..a6b9bbd8 100644
--- a/src/target/arm11_dbgtap.h
+++ b/src/target/arm11_dbgtap.h
@@ -1,7 +1,7 @@
 #ifndef ARM11_DBGTAP_H
 #define ARM11_DBGTAP_H
 
-#include "arm11.h"
+#include <target/arm11.h>
 
 /* ARM11 internals */
 
-- 
cgit v1.2.3