change #include "xsvf.h" to <xsvf/xsvf.h>
commit12499f97fdeceb7175a4d3847d6b9e2c95ce8b34
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)
treef9b71443f9870a79805e65aacdfd31ed3fc6499a
parent66e45ba611b13bae0c6b7747ce27c37f7bfb21bc
change #include "xsvf.h" to <xsvf/xsvf.h>

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

#include "xsvf.h"

the following form should be used.

#include <xsvf/xsvf.h>

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