]> git.sur5r.net Git - openocd/commitdiff
change #include "avrt.h" to <target/avrt.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:44 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (04:24 -0800)
Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "avrt.h"

the following form should be used.

#include <target/avrt.h>

The exception is from .c files in the same directory.

src/flash/nor/avrf.c

index 687dd4b59ea2acf79bf263bfe9ee47532d938ae4..2bc44384a72a1a6a092f38787f7b1c4f96f18a9d 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "avrf.h"
-#include "avrt.h"
+#include <target/avrt.h>
 #include "flash.h"