diff options
Diffstat (limited to 'gdb/alloc.c')
-rw-r--r-- | gdb/alloc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/alloc.c b/gdb/alloc.c index 7c45c45..d07c81f 100644 --- a/gdb/alloc.c +++ b/gdb/alloc.c @@ -27,14 +27,9 @@ file can't live there. So, it lives in gdb and is built separately by gdb and gdbserver. - Please be aware of this when modifying it. + Please be aware of this when modifying it. */ - This also explains why this file includes common-defs.h and not - defs.h or server.h -- we'd prefer to avoid depending on the - GDBSERVER define when possible, and for this file it seemed - simple to do so. */ -#include "gdbsupport/common-defs.h" #include "libiberty.h" #include "gdbsupport/errors.h" |