change #include "breakpoints.h" to <target/breakpoints.h>
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:14:44 +0000 (04:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:41 +0000 (04:24 -0800)
commit26e4fac57e2e022409b63a444928a41399a0a76b
treea98682bae6ed3679e196b0c1916fd973fb125e31
parent54063d72945e1022def8ad9b46dc61564eee1f22
change #include "breakpoints.h" to <target/breakpoints.h>

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

#include "breakpoints.h"

the following form should be used.

#include <target/breakpoints.h>

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