From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:44 +0000 (-0800) Subject: change #include "avrt.h" to X-Git-Tag: v0.4.0-rc1~173 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=54063d72945e1022def8ad9b46dc61564eee1f22;p=openocd change #include "avrt.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "avrt.h" the following form should be used. #include The exception is from .c files in the same directory. --- 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 #include "flash.h"