change #include "pld.h" to <pld/pld.h>
commit49675db9723ea6481ea38e9e34351123fc7954a0
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:15:04 +0000 (3 04:15 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (3 04:24 -0800)
tree191574fed9b3da60617131a2cbe254610532936a
parent8256a792c5a74ba0c37121652d3e753b65aee02d
change #include "pld.h" to <pld/pld.h>

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

#include "pld.h"

the following form should be used.

#include <pld/pld.h>

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