From 8249e6abfbee3db6a0bfdddd6519e7c6d1bfe707 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Sun, 17 Dec 2023 12:30:50 +0100
Subject: Moved include

---
 FICS/command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'FICS')

diff --git a/FICS/command.c b/FICS/command.c
index f736316..bda0f22 100644
--- a/FICS/command.c
+++ b/FICS/command.c
@@ -23,12 +23,12 @@
 */
 
 #include "stdinclude.h"
+#include "common.h"
 
 #include <sys/param.h>
 
 #include "command.h"
 #include "command_list.h"
-#include "common.h"
 #include "config.h"
 #include "ficsmain.h"
 #include "gamedb.h"
-- 
cgit v1.2.3