summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_aout.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerbde <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f (patch)
tree9c6abeea2159a31b9e536051714351e3abfe9989 /sys/kern/link_aout.c
parentb6f496a4ab1dbf77dccbdc672e9d9cd294a36b99 (diff)
downloadFreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.zip
FreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/kern/link_aout.c')
-rw-r--r--sys/kern/link_aout.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c
index 5fd3f87..662a4a9 100644
--- a/sys/kern/link_aout.c
+++ b/sys/kern/link_aout.c
@@ -23,17 +23,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: link_aout.c,v 1.1 1997/05/07 16:05:32 dfr Exp $
*/
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
-#include <sys/sysctl.h>
-#include <sys/queue.h>
-#include <sys/libkern.h>
#include <sys/malloc.h>
-#include <sys/sysproto.h>
#include <sys/proc.h>
#include <sys/namei.h>
#include <sys/fcntl.h>
@@ -41,8 +37,6 @@
#include <sys/linker.h>
#include <a.out.h>
#include <link.h>
-#include <machine/reloc.h>
-#include <sys/imgact_aout.h>
static int link_aout_load_file(const char*, linker_file_t*);
OpenPOWER on IntegriCloud