summaryrefslogtreecommitdiff
path: root/libexec/ld.so
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:51:02 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-11-18 20:51:02 +0000
commita9311767b4f00338f33428f0f5846e62527dfb44 (patch)
treee776170f47bd30b1e4ee261fdc5fc8503eab0648 /libexec/ld.so
parent3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff)
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'libexec/ld.so')
-rw-r--r--libexec/ld.so/sod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/sod.c b/libexec/ld.so/sod.c
index adeff54a22d..bc62f327743 100644
--- a/libexec/ld.so/sod.c
+++ b/libexec/ld.so/sod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sod.c,v 1.31 2014/07/10 09:03:01 otto Exp $ */
+/* $OpenBSD: sod.c,v 1.32 2014/11/18 20:51:00 krw Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -39,7 +39,6 @@
#include <fcntl.h>
#include <nlist.h>
#include <link.h>
-#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>