change #include "register.h" to <target/register.h>
commitfa43bdff54a2f42e7c5a77304d8d1ffb3fe75ea5
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:50 +0000 (3 04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (3 04:24 -0800)
treeef603d7590897d20c397205024ba85884be66967
parentaaf948a6be72a92aef286c01f6902505364e8152
change #include "register.h" to <target/register.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "register.h"

the following form should be used.

#include <target/register.h>

The exception is from .c files in the same directory.
src/server/gdb_server.c