aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/talkproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/talkproc.c')
-rw-r--r--FICS/talkproc.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c
index 2d2fc33..5ff1274 100644
--- a/FICS/talkproc.c
+++ b/FICS/talkproc.c
@@ -33,23 +33,23 @@
#include "stdinclude.h"
+#include "command.h"
#include "common.h"
-#include "talkproc.h"
#include "comproc.h"
-#include "command.h"
-#include "utils.h"
-#include "ficsmain.h"
#include "config.h"
-#include "playerdb.h"
-#include "network.h"
-#include "rmalloc.h"
-#include "variable.h"
+#include "ficsmain.h"
+#include "formula.h"
#include "gamedb.h"
#include "gameproc.h"
-#include "obsproc.h"
-#include "multicol.h"
#include "lists.h"
-#include "formula.h"
+#include "multicol.h"
+#include "network.h"
+#include "obsproc.h"
+#include "playerdb.h"
+#include "rmalloc.h"
+#include "talkproc.h"
+#include "utils.h"
+#include "variable.h"
#include <sys/resource.h>