summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:15:04 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:49 -0800
commit49675db9723ea6481ea38e9e34351123fc7954a0 (patch)
tree191574fed9b3da60617131a2cbe254610532936a /src/openocd.c
parent8256a792c5a74ba0c37121652d3e753b65aee02d (diff)
downloadopenocd+libswd-49675db9723ea6481ea38e9e34351123fc7954a0.tar.gz
openocd+libswd-49675db9723ea6481ea38e9e34351123fc7954a0.tar.bz2
openocd+libswd-49675db9723ea6481ea38e9e34351123fc7954a0.tar.xz
openocd+libswd-49675db9723ea6481ea38e9e34351123fc7954a0.zip
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.
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 cbb28b77..138f5cbb 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -35,7 +35,7 @@
#include "xsvf.h"
#include "svf.h"
#include <flash/nand.h>
-#include "pld.h"
+#include <pld/pld.h>
#include <flash/mflash.h>
#include <server/server.h>