X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/76fb825a64343da7a8aa9b16c5dbcab709504832..abe068d00ecc304c855886f5e511b563b352dd0a:/stglibs/srvconf.lib/servconf.cpp diff --git a/stglibs/srvconf.lib/servconf.cpp b/stglibs/srvconf.lib/servconf.cpp index 3684dd54..325ee5f2 100644 --- a/stglibs/srvconf.lib/servconf.cpp +++ b/stglibs/srvconf.lib/servconf.cpp @@ -21,13 +21,14 @@ #include "stg/servconf.h" #include "netunit.h" -#include "parser_auth_by.h" -#include "parser_server_info.h" -#include "parser_check_user.h" -#include "parser_get_users.h" -#include "parser_get_user.h" -#include "parser_chg_user.h" -#include "parser_send_message.h" +#include "parsers/auth_by.h" +#include "parsers/server_info.h" +#include "parsers/check_user.h" +#include "parsers/get_users.h" +#include "parsers/get_user.h" +#include "parsers/chg_user.h" +#include "parsers/send_message.h" +#include "parsers/base.h" #include "stg/common.h"