sort option

git-svn-id: file:///raid/svn-personal/tewi/trunk@51 8739d7e6-ffea-ec47-b151-bdff447c6205
This commit is contained in:
Nishi 2024-09-18 11:06:58 +00:00
parent bc9962bab7
commit bda188cef4

View File

@ -9,10 +9,6 @@
#include <string.h>
#include <signal.h>
#ifdef __MINGW32__
#include <windows.h>
#endif
#ifndef NO_SSL
#include <openssl/opensslv.h>
#endif
@ -23,6 +19,10 @@
#include "tw_server.h"
#include "tw_version.h"
#ifdef __MINGW32__
#include <windows.h>
#endif
extern bool cm_do_log;
extern struct tw_config config;