Remove unneeded reference to link.h (sys/link_elf.h).

MFC after:	2 weeks
This commit is contained in:
Xin LI 2013-06-05 21:55:20 +00:00
parent a1e98bc995
commit ac8e13960d
5 changed files with 0 additions and 5 deletions

View File

@ -42,7 +42,6 @@
#include <fcntl.h>
#include <machine/elf.h>
#define FREEBSD_ELF
#include <link.h>
#include <err.h>

View File

@ -32,7 +32,6 @@
#include <err.h>
#include <errno.h>
#include <string.h>
#include "ef.h"

View File

@ -32,7 +32,6 @@
#include <err.h>
#include <errno.h>
#include <string.h>
#include "ef.h"

View File

@ -44,7 +44,6 @@
#include <fcntl.h>
#include <machine/elf.h>
#define FREEBSD_ELF
#include <link.h>
#include <err.h>

View File

@ -42,7 +42,6 @@
#include <sys/stat.h>
#include <sys/module.h>
#define FREEBSD_ELF
#include <link.h>
#include <err.h>
#include <fts.h>
#include <string.h>