summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:15:03 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:49 -0800
commitc538a830cdaafa92c9e9a624d84915cc39cce05b (patch)
tree031745d2af5e15c078112a491edcf2025dd25f6b /src/ecosboard.c
parent6db3ed48c6d152446dafc70b8495970cd2b22d3a (diff)
downloadopenocd+libswd-c538a830cdaafa92c9e9a624d84915cc39cce05b.tar.gz
openocd+libswd-c538a830cdaafa92c9e9a624d84915cc39cce05b.tar.bz2
openocd+libswd-c538a830cdaafa92c9e9a624d84915cc39cce05b.tar.xz
openocd+libswd-c538a830cdaafa92c9e9a624d84915cc39cce05b.zip
change #include "server.h" to <server/server.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "server.h" the following form should be used. #include <server/server.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r--src/ecosboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index d94f8b47..53ad7bab 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -30,7 +30,7 @@
#include <flash/nand.h>
#include "pld.h"
-#include "server.h"
+#include <server/server.h>
#include "telnet_server.h"
#include <server/gdb_server.h>
#include "openocd.h"