gdb/mi: handle no condition argument case for -break-condition
[deliverable/binutils-gdb.git] / gdb / alloc.c
index 95488a72cf2c73ed6a70cfa6d773a07d26ba9149..dcb680326436832dbf0aad233097b88c25c643a9 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-2021 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.02338 seconds and 4 git commands to generate.