X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Falloc.c;h=8323dd6dd4ae939a3249f86adc0877781f0ad389;hb=4bdb25fe6902963ca9cf91d6b2688cf888527bf8;hp=95488a72cf2c73ed6a70cfa6d773a07d26ba9149;hpb=08f10e02be1bb218d6edcde87b9f59dd11b40a78;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alloc.c b/gdb/alloc.c index 95488a72cf..8323dd6dd4 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.