forked from Imagelibrary/binutils-gdb
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 <gbenson@redhat.com> * common/common-defs.h: Include pathmax.h. * defs.h: Do not include pathmax.h. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * server.h: Do not include pathmax.h.
This commit is contained in:
@@ -32,9 +32,6 @@
|
||||
#endif
|
||||
#include <setjmp.h>
|
||||
|
||||
/* For gnulib's PATH_MAX. */
|
||||
#include "pathmax.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
|
||||
Reference in New Issue
Block a user