summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2002-10-09 20:30:57 +0000
committerfanf <fanf@FreeBSD.org>2002-10-09 20:30:57 +0000
commit492a7532d89915c0291a57c0a7f4c2295df28878 (patch)
treeea6778e910af436593ff259951f4865cb7268bff /games
parent908ae3fbf2d09a534e2f550ad28df1990ec7e7f9 (diff)
downloadFreeBSD-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.c1
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>
OpenPOWER on IntegriCloud