summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
index 7b8e91cf..6a94cfdb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,17 +15,6 @@ You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>. */
#include "makeint.h"
-#include "os.h"
-#include "filedef.h"
-#include "dep.h"
-#include "variable.h"
-#include "job.h"
-#include "commands.h"
-#include "rule.h"
-#include "debug.h"
-#include "getopt.h"
-#include "shuffle.h"
-#include "warning.h"
#include <assert.h>
#if MK_OS_W32
@@ -93,6 +82,18 @@ void exit (int) NORETURN;
double atof ();
#endif
+#include "os.h"
+#include "filedef.h"
+#include "dep.h"
+#include "variable.h"
+#include "job.h"
+#include "commands.h"
+#include "rule.h"
+#include "debug.h"
+#include "getopt.h"
+#include "shuffle.h"
+#include "warning.h"
+
static void clean_jobserver (int status);
static void print_data_base (void);
static void print_version (void);