aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/update-game-score.c
diff options
context:
space:
mode:
authorPaul Eggert2011-07-06 18:32:56 -0700
committerPaul Eggert2011-07-06 18:32:56 -0700
commit0e926e561c259468174b16407dd7271c2c8fe904 (patch)
tree6a226d2950e17e8e117874c6714fd054600ffba6 /lib-src/update-game-score.c
parent59361254a6ea5fcfc2f1ec344665aa719fbb936f (diff)
downloademacs-0e926e561c259468174b16407dd7271c2c8fe904.tar.gz
emacs-0e926e561c259468174b16407dd7271c2c8fe904.zip
Assume freestanding C89 headers, string.h, stdlib.h.
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 e95e2ce259d..284beafb9d9 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. */