diff options
author | fanf <fanf@FreeBSD.org> | 2002-10-09 20:30:57 +0000 |
---|---|---|
committer | fanf <fanf@FreeBSD.org> | 2002-10-09 20:30:57 +0000 |
commit | 492a7532d89915c0291a57c0a7f4c2295df28878 (patch) | |
tree | ea6778e910af436593ff259951f4865cb7268bff /games | |
parent | 908ae3fbf2d09a534e2f550ad28df1990ec7e7f9 (diff) | |
download | FreeBSD-src-492a7532d89915c0291a57c0a7f4c2295df28878.zip FreeBSD-src-492a7532d89915c0291a57c0a7f4c2295df28878.tar.gz |
Kill obsolete #include <memory.h> which I didn't spot earlier because
it's still in the NetBSD version.
Diffstat (limited to 'games')
-rw-r--r-- | games/primes/primes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/primes/primes.c b/games/primes/primes.c index 08141b6..6507627 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -70,7 +70,6 @@ static const char rcsid[] = #include <errno.h> #include <limits.h> #include <math.h> -#include <memory.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> |