diff options
author | Stu Grossman <grossman@cygnus> | 1992-05-08 15:49:48 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-05-08 15:49:48 +0000 |
commit | aa94235541b5883ed3ff712e40d2f25539384d54 (patch) | |
tree | ae8371441efa19c4a7998c91bd246ced67c207d3 /gdb/remote-udi.c | |
parent | a60ff512683b962c4d6e84a40f8b20173dc49855 (diff) | |
download | gdb-aa94235541b5883ed3ff712e40d2f25539384d54.zip gdb-aa94235541b5883ed3ff712e40d2f25539384d54.tar.gz gdb-aa94235541b5883ed3ff712e40d2f25539384d54.tar.bz2 |
* Makefile.in, remote-udi.c, remote-vx.c, 29k-share/dfe/mini2udi.c,
29k-share/dfe/yank.c, vx-share/xdr_ptrace.c, vx-share/xdr_regs.c:
Remove -I29k-share, -Ivx-share from Makefile.in. Make #includes
relative to each source file.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 0030047..68e8d37 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <string.h> #include "terminal.h" #include "target.h" -#include "udiproc.h" +#include "29k-share/udi/udiproc.h" /* access the register store directly, without going through the normal handler functions. This avoids an extra data copy |