gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / alloc.c
index 95488a72cf2c73ed6a70cfa6d773a07d26ba9149..4d388ea7ca1d40cb56a5ce5ed97f26d2cec67da7 100644 (file)
@@ -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.
 
This page took 0.024621 seconds and 4 git commands to generate.