change #include "mflash.h" to <flash/mflash.h>
commit9cbab8d3a6b6157629b75457b79e1b828c78bf6e
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:55 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:42 +0000 (3 04:24 -0800)
tree62b476b7c363b244a3319c1d185525d7eb71951d
parent2b2d5ec1e38efdd10ec64f8e880588350fb4edea
change #include "mflash.h" to <flash/mflash.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "mflash.h"

the following form should be used.

#include <flash/mflash.h>

The exception is from .c files in the same directory.
src/openocd.c