change #include "svf.h" to <svf/svf.h>
commit66e45ba611b13bae0c6b7747ce27c37f7bfb21bc
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:15:05 +0000 (3 04:15 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (3 04:24 -0800)
treeac786f463d59d6d06285615971bee750fcc992ac
parent49675db9723ea6481ea38e9e34351123fc7954a0
change #include "svf.h" to <svf/svf.h>

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

#include "svf.h"

the following form should be used.

#include <svf/svf.h>

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