From a5fceff840e2928ee7a5cc34196b639d7e65016b Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Mon, 28 Jul 2014 14:04:00 +0100 Subject: Move pathmax.h to common-defs.h This commit moves the inclusion of pathmax.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson * common/common-defs.h: Include pathmax.h. * defs.h: Do not include pathmax.h. gdb/gdbserver/ 2014-08-07 Gary Benson * server.h: Do not include pathmax.h. --- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/server.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'gdb/gdbserver') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 487ada9..5c97425 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2014-08-07 Gary Benson + * server.h: Do not include pathmax.h. + +2014-08-07 Gary Benson + * server.h: Do not include libiberty.h. * linux-bfin-low.c: Likewise. diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h index 9ecd9e0..fc973c1 100644 --- a/gdb/gdbserver/server.h +++ b/gdb/gdbserver/server.h @@ -32,9 +32,6 @@ #endif #include -/* For gnulib's PATH_MAX. */ -#include "pathmax.h" - #include #ifdef HAVE_ALLOCA_H -- cgit v1.1