zy1000: include files have moved about

now compiles again after include files were moved about
to reduce -I usage and stop using quotes but rather
angle brackets for include files.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2009-12-03 13:47:25 +01:00
parent 822c06d9e3
commit 434f570e51
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
#include <server/server.h>
#include <server/telnet_server.h>
#include <server/gdb_server.h>
#include "openocd.h"
#include <openocd.h>
#include <time_support.h>
#include <helper/time_support.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>