]> git.sur5r.net Git - openocd/commitdiff
change #include "arm11.h" to <target/arm11.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:36 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:40 +0000 (04:24 -0800)
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

index fa197447e1577390f118d8db0d3f4e2e07734c81..a6b9bbd8d7ba719dbddb723fd8cbcf14d5cd126a 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ARM11_DBGTAP_H
 #define ARM11_DBGTAP_H
 
-#include "arm11.h"
+#include <target/arm11.h>
 
 /* ARM11 internals */