From a9c43fc275847ff4ee44d10f96520a6505d8481d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 28 Apr 1998 01:32:41 +0000 Subject: [PATCH] Fix the order of the include files -mig --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index c1dac2b6f..607dd7083 100644 --- a/src/main.c +++ b/src/main.c @@ -80,6 +80,7 @@ #include /* Program include files */ +#include "x.h" #include "mad.h" #include "dir.h" #include "color.h" @@ -130,7 +131,6 @@ #include "../vfs/vfs.h" #include "../vfs/extfs.h" -#include "x.h" #include "popt.h"