From: Zachary T Welch Date: Thu, 3 Dec 2009 12:14:58 +0000 (-0800) Subject: change #include "ocl.h" to X-Git-Tag: v0.4.0-rc1~157 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=afb6d38bd52e508970cfcc4a0d26610f33f42875;p=openocd change #include "ocl.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "ocl.h" the following form should be used. #include The exception is from .c files in the same directory. --- diff --git a/src/flash/ocl/at91sam7x/main.c b/src/flash/ocl/at91sam7x/main.c index 2146d74e..e4c0c3fa 100644 --- a/src/flash/ocl/at91sam7x/main.c +++ b/src/flash/ocl/at91sam7x/main.c @@ -19,7 +19,7 @@ ***************************************************************************/ #include "platform.h" -#include "ocl.h" +#include #include "dcc.h" #include "samflash.h"