summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:15:05 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:49 -0800
commit12499f97fdeceb7175a4d3847d6b9e2c95ce8b34 (patch)
treef9b71443f9870a79805e65aacdfd31ed3fc6499a /src/openocd.c
parent66e45ba611b13bae0c6b7747ce27c37f7bfb21bc (diff)
downloadopenocd+libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.tar.gz
openocd+libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.tar.bz2
openocd+libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.tar.xz
openocd+libswd-12499f97fdeceb7175a4d3847d6b9e2c95ce8b34.zip
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.
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c
index a77bf896..793aa6ae 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -32,7 +32,7 @@
#include <jtag/jtag.h>
#include <helper/ioutil.h>
#include <helper/configuration.h>
-#include "xsvf.h"
+#include <xsvf/xsvf.h>
#include <svf/svf.h>
#include <flash/nand.h>
#include <pld/pld.h>