summaryrefslogtreecommitdiff
path: root/src/flash/nor/avrf.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:44 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:41 -0800
commit54063d72945e1022def8ad9b46dc61564eee1f22 (patch)
tree51321225f61f436b9b013ccaf5f962fb18188dd1 /src/flash/nor/avrf.c
parentf52a5968604ae0dffc5b93e745724f850a416282 (diff)
downloadopenocd+libswd-54063d72945e1022def8ad9b46dc61564eee1f22.tar.gz
openocd+libswd-54063d72945e1022def8ad9b46dc61564eee1f22.tar.bz2
openocd+libswd-54063d72945e1022def8ad9b46dc61564eee1f22.tar.xz
openocd+libswd-54063d72945e1022def8ad9b46dc61564eee1f22.zip
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.
Diffstat (limited to 'src/flash/nor/avrf.c')
-rw-r--r--src/flash/nor/avrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c
index 687dd4b5..2bc44384 100644
--- a/src/flash/nor/avrf.c
+++ b/src/flash/nor/avrf.c
@@ -22,7 +22,7 @@
#endif
#include "avrf.h"
-#include "avrt.h"
+#include <target/avrt.h>
#include "flash.h"