summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.h
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-28 14:04:00 +0100
committerGary Benson <gbenson@redhat.com>2014-08-07 09:06:42 +0100
commita5fceff840e2928ee7a5cc34196b639d7e65016b (patch)
tree9006021ff8e9db052c526574cd085b31f89d59c0 /gdb/gdbserver/server.h
parentb939114242762636cfdcf9a45949cb54cdaacc8c (diff)
downloadbinutils-gdb-a5fceff840e2928ee7a5cc34196b639d7e65016b.tar.gz
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.
Diffstat (limited to 'gdb/gdbserver/server.h')
-rw-r--r--gdb/gdbserver/server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h
index 9ecd9e02c9d..fc973c1c13d 100644
--- a/gdb/gdbserver/server.h
+++ b/gdb/gdbserver/server.h
@@ -32,9 +32,6 @@
#endif
#include <setjmp.h>
-/* For gnulib's PATH_MAX. */
-#include "pathmax.h"
-
#include <string.h>
#ifdef HAVE_ALLOCA_H