diff options
Diffstat (limited to 'lib-src/update-game-score.c')
-rw-r--r-- | lib-src/update-game-score.c | 7 |
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/>. */ #include <unistd.h> #include <errno.h> -#ifdef HAVE_STRING_H #include <string.h> -#endif -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif #include <stdio.h> #include <time.h> #include <pwd.h> @@ -48,9 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif -#ifdef STDC_HEADERS -#include <stdarg.h> -#endif #include <sys/stat.h> /* Needed for SunOS4, for instance. */ |