diff options
author | peter <peter@FreeBSD.org> | 2007-01-25 22:38:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2007-01-25 22:38:58 +0000 |
commit | 4cef2cecf2cbc80d67a920e16084b348f94ce8f8 (patch) | |
tree | ad7d1b1cae620a05302d49f2422abf2c8bd898db /sbin/ldconfig | |
parent | 41cfc179ecbe7e5a783e865f7edf30ebef60db59 (diff) | |
download | FreeBSD-src-4cef2cecf2cbc80d67a920e16084b348f94ce8f8.zip FreeBSD-src-4cef2cecf2cbc80d67a920e16084b348f94ce8f8.tar.gz |
Remove unused reference to objformat.h
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index 5ef2176..6364653 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/ldconfig/ldconfig.c @@ -45,7 +45,6 @@ static const char rcsid[] = #include <errno.h> #include <fcntl.h> #include <sys/link_aout.h> -#include <objformat.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |