aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/update-game-score.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/update-game-score.c')
-rw-r--r--lib-src/update-game-score.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c
index 76483c371ff..2a89379aefe 100644
--- a/lib-src/update-game-score.c
+++ b/lib-src/update-game-score.c
@@ -35,12 +35,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
35 35
36#include <unistd.h> 36#include <unistd.h>
37#include <errno.h> 37#include <errno.h>
38#ifdef HAVE_STRING_H
39#include <string.h> 38#include <string.h>
40#endif
41#ifdef HAVE_STDLIB_H
42#include <stdlib.h> 39#include <stdlib.h>
43#endif
44#include <stdio.h> 40#include <stdio.h>
45#include <time.h> 41#include <time.h>
46#include <pwd.h> 42#include <pwd.h>
@@ -48,9 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
48#ifdef HAVE_FCNTL_H 44#ifdef HAVE_FCNTL_H
49#include <fcntl.h> 45#include <fcntl.h>
50#endif 46#endif
51#ifdef STDC_HEADERS
52#include <stdarg.h>
53#endif
54#include <sys/stat.h> 47#include <sys/stat.h>
55 48
56/* Needed for SunOS4, for instance. */ 49/* Needed for SunOS4, for instance. */