From 77d413b475452210c17f205744239f5598c60b4f Mon Sep 17 00:00:00 2001
From: wnh <545934173@qq.com>
Date: Sat, 19 Mar 2022 14:45:02 +0800
Subject: [PATCH] Author: Nenghe Wang <545934173@qq.com>

	Adjust header file order in src/remote-cstms.c

	Put #include "job.h" in front of #include "commands.h" to avoid compile warning
---
 src/remote-cstms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/remote-cstms.c b/src/remote-cstms.c
index e336928..1c82ded 100644
--- a/src/remote-cstms.c
+++ b/src/remote-cstms.c
@@ -20,8 +20,8 @@ this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "makeint.h"
 #include "filedef.h"
-#include "commands.h"
 #include "job.h"
+#include "commands.h"
 #include "debug.h"
 
 #include <sys/time.h>
-- 
2.7.4

