summaryrefslogtreecommitdiff
path: root/lib-src/b2m.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/b2m.c')
-rw-r--r--lib-src/b2m.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c
index 6a2fcff9a21..4607dcea05d 100644
--- a/lib-src/b2m.c
+++ b/lib-src/b2m.c
@@ -18,14 +18,6 @@
/* Made conformant to the GNU coding standards January, 1995
by Francesco Potorti` <pot@cnuce.cnr.it>. */
-#include <stdio.h>
-#include <time.h>
-#include <sys/types.h>
-#include <getopt.h>
-#ifdef MSDOS
-#include <fcntl.h>
-#endif
-
#ifdef HAVE_CONFIG_H
#include <config.h>
/* On some systems, Emacs defines static as nothing for the sake
@@ -33,8 +25,12 @@
#undef static
#endif
-#ifdef STDC_HEADERS
-#include <stdlib.h>
+#include <stdio.h>
+#include <time.h>
+#include <sys/types.h>
+#include <getopt.h>
+#ifdef MSDOS
+#include <fcntl.h>
#endif
#undef TRUE