--- lbbs/src/article_post.c 2025/06/17 13:17:04 1.21 +++ lbbs/src/article_post.c 2025/06/21 02:15:18 1.22 @@ -14,15 +14,15 @@ * * ***************************************************************************/ -#include "article_post.h" #include "article_cache.h" -#include "editor.h" -#include "screen.h" +#include "article_post.h" #include "bbs.h" -#include "log.h" +#include "database.h" +#include "editor.h" #include "io.h" +#include "log.h" #include "lml.h" -#include "database.h" +#include "screen.h" #include "user_priv.h" #include #include