diff options
Diffstat (limited to 'gdb/alloc.c')
-rw-r--r-- | gdb/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/alloc.c b/gdb/alloc.c index 95488a72cf2..8323dd6dd4a 100644 --- a/gdb/alloc.c +++ b/gdb/alloc.c @@ -34,9 +34,9 @@ GDBSERVER define when possible, and for this file it seemed simple to do so. */ -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "libiberty.h" -#include "common/errors.h" +#include "gdbsupport/errors.h" /* The xmalloc() (libiberty.h) family of memory management routines. |