diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
| commit | f756433e8b87d0739ea5865dd78e946db0614108 (patch) | |
| tree | 9d0d51a059cb68406021fabbd8d1a83007decb67 /sys | |
| parent | 06884fd04e5ae3f7d93b817ad78183dc7abf61bf (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/link_aout.h | 5 | ||||
| -rw-r--r-- | sys/sys/link_elf.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h index e6aa65ce793c..937fffea543f 100644 --- a/sys/sys/link_aout.h +++ b/sys/sys/link_aout.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: link.h,v 1.11 1997/02/23 09:17:13 peter Exp $ + * $Id: link.h,v 1.12 1997/05/07 02:26:34 eivind Exp $ */ /* @@ -41,9 +41,6 @@ #ifndef _LINK_H_ #define _LINK_H_ -#include <sys/types.h> -#include <nlist.h> - /* * A `Shared Object Descriptor' describes a shared object that is needed * to complete the link edit process of the object containing it. diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h index e6aa65ce793c..937fffea543f 100644 --- a/sys/sys/link_elf.h +++ b/sys/sys/link_elf.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: link.h,v 1.11 1997/02/23 09:17:13 peter Exp $ + * $Id: link.h,v 1.12 1997/05/07 02:26:34 eivind Exp $ */ /* @@ -41,9 +41,6 @@ #ifndef _LINK_H_ #define _LINK_H_ -#include <sys/types.h> -#include <nlist.h> - /* * A `Shared Object Descriptor' describes a shared object that is needed * to complete the link edit process of the object containing it. |
