aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/xm-nbsd.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-08-24 12:19:59 +0000
committerMark Kettenis <kettenis@gnu.org>2001-08-24 12:19:59 +0000
commitceacb162a14f40800cdee3f2ed485b7c4dbd594f (patch)
tree7926a5633cdd24fb2d7a8dcdf5e8c18af0863afc /gdb/config/xm-nbsd.h
parentfcfbdf319eec497df624afdc1188f29f9ba8159d (diff)
downloadgdb-ceacb162a14f40800cdee3f2ed485b7c4dbd594f.zip
gdb-ceacb162a14f40800cdee3f2ed485b7c4dbd594f.tar.gz
gdb-ceacb162a14f40800cdee3f2ed485b7c4dbd594f.tar.bz2
* config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant inclusion of <limits.h>.
Diffstat (limited to 'gdb/config/xm-nbsd.h')
-rw-r--r--gdb/config/xm-nbsd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/xm-nbsd.h b/gdb/config/xm-nbsd.h
index 282acdb..9a1f94a 100644
--- a/gdb/config/xm-nbsd.h
+++ b/gdb/config/xm-nbsd.h
@@ -22,10 +22,6 @@
define on some systems. */
#include <sys/param.h>
-/* We have to include these files now, so that GDB will not make
- competing definitions in defs.h. */
-#include <limits.h>
-
#include <machine/endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define HOST_BYTE_ORDER BIG_ENDIAN