change #include "avrt.h" to <target/avrt.h>
commit54063d72945e1022def8ad9b46dc61564eee1f22
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:44 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
tree51321225f61f436b9b013ccaf5f962fb18188dd1
parentf52a5968604ae0dffc5b93e745724f850a416282
change #include "avrt.h" to <target/avrt.h>

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