X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Falloc.c;h=4d388ea7ca1d40cb56a5ce5ed97f26d2cec67da7;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=95488a72cf2c73ed6a70cfa6d773a07d26ba9149;hpb=08f10e02be1bb218d6edcde87b9f59dd11b40a78;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alloc.c b/gdb/alloc.c index 95488a72cf..4d388ea7ca 100644 --- a/gdb/alloc.c +++ b/gdb/alloc.c @@ -1,6 +1,6 @@ /* Shared allocation functions for GDB, the GNU debugger. - Copyright (C) 1986-2019 Free Software Foundation, Inc. + Copyright (C) 1986-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -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.