summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authortb <tb@cvs.openbsd.org>2015-12-15 18:40:55 +0000
committertb <tb@cvs.openbsd.org>2015-12-15 18:40:55 +0000
commitd7f40c99cf6702102b0006804ec5de367701a994 (patch)
treefb338fa0b51bacad10487b38e93f31e9e1af4393 /games
parent8236da4262b9c466095ac54cef7f1ae9e195c371 (diff)
Cleanup: pwd.h is no longer needed.
Diffstat (limited to 'games')
-rw-r--r--games/atc/include.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/atc/include.h b/games/atc/include.h
index 581a1198960..d1a2b809087 100644
--- a/games/atc/include.h
+++ b/games/atc/include.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: include.h,v 1.7 2014/11/16 04:49:48 guenther Exp $ */
+/* $OpenBSD: include.h,v 1.8 2015/12/15 18:40:54 tb Exp $ */
/* $NetBSD: include.h,v 1.5 1995/04/27 21:22:23 mycroft Exp $ */
/*-
@@ -57,7 +57,6 @@
#include <fcntl.h>
#include <limits.h>
#include <math.h>
-#include <pwd.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>