aboutsummaryrefslogtreecommitdiff
path: root/gdb/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/alloc.c')
-rw-r--r--gdb/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/alloc.c b/gdb/alloc.c
index 95488a7..8323dd6 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.