change #include "membuf.h" to <helper/membuf.h>
commit6c3a28ca260833dc2347d16792fb2cb2abec6e52
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:28 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:22:52 +0000 (3 04:22 -0800)
tree25f12372ba44b25a6f74b37418fb6ee6815460e5
parentc79cca04bed78839a18e73f3996805eb8001a812
change #include "membuf.h" to <helper/membuf.h>

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

#include "membuf.h"

the following form should be used.

#include <helper/membuf.h>

The exception is from .c files in the same directory.
src/flash/nor/at91sam3.c