diff options
author | maxim <maxim@FreeBSD.org> | 2005-01-01 22:07:06 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2005-01-01 22:07:06 +0000 |
commit | 33e59b46a0c600a04b3a71fcb6507f64c8efa421 (patch) | |
tree | f62f13a0a62766fd3f8627f74d6a965f34866c78 /usr.sbin/apm | |
parent | 57f9b8bd311caf7c230dce0843c6594829ff0fd2 (diff) | |
download | FreeBSD-src-33e59b46a0c600a04b3a71fcb6507f64c8efa421.zip FreeBSD-src-33e59b46a0c600a04b3a71fcb6507f64c8efa421.tar.gz |
o Remove duplicate includes.
PR: bin/75712
Submitted by: brueffer
Obtained from: Dragonfly BSD
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/apm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index c34772f..2b92545 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -27,8 +27,6 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/file.h> -#include <sys/ioctl.h> #include <time.h> #include <unistd.h> |