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
commit66e45ba611b13bae0c6b7747ce27c37f7bfb21bc (patch)
treeac786f463d59d6d06285615971bee750fcc992ac /src/openocd.c
parent49675db9723ea6481ea38e9e34351123fc7954a0 (diff)
downloadopenocd+libswd-66e45ba611b13bae0c6b7747ce27c37f7bfb21bc.tar.gz
openocd+libswd-66e45ba611b13bae0c6b7747ce27c37f7bfb21bc.tar.bz2
openocd+libswd-66e45ba611b13bae0c6b7747ce27c37f7bfb21bc.tar.xz
openocd+libswd-66e45ba611b13bae0c6b7747ce27c37f7bfb21bc.zip
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.
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 138f5cbb..a77bf896 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -33,7 +33,7 @@
#include <helper/ioutil.h>
#include <helper/configuration.h>
#include "xsvf.h"
-#include "svf.h"
+#include <svf/svf.h>
#include <flash/nand.h>
#include <pld/pld.h>
#include <flash/mflash.h>