From: Maxim Mamontov Date: Thu, 7 Apr 2011 15:36:10 +0000 (+0300) Subject: Fix file store plugin compilation errors X-Git-Tag: 2.407-rc3~46 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b48c66514f3b7040f5f1c62a05f0489f2ebd7741 Fix file store plugin compilation errors --- diff --git a/projects/stargazer/plugins/store/files/file_store.cpp b/projects/stargazer/plugins/store/files/file_store.cpp index 1eaef642..555020b7 100644 --- a/projects/stargazer/plugins/store/files/file_store.cpp +++ b/projects/stargazer/plugins/store/files/file_store.cpp @@ -43,15 +43,15 @@ #include #include -#include "common.h" -#include "user_ips.h" -#include "user_conf.h" -#include "user_stat.h" -#include "stg_const.h" +#include "stg/common.h" +#include "stg/user_ips.h" +#include "stg/user_conf.h" +#include "stg/user_stat.h" +#include "stg/stg_const.h" +#include "stg/blowfish.h" +#include "stg/stg_logger.h" +#include "stg/stg_locker.h" #include "file_store.h" -#include "blowfish.h" -#include "stg_logger.h" -#include "stg_locker.h" #define DELETED_USERS_DIR "deleted_users" diff --git a/projects/stargazer/plugins/store/files/file_store.h b/projects/stargazer/plugins/store/files/file_store.h index a511ab7a..cd81dcda 100644 --- a/projects/stargazer/plugins/store/files/file_store.h +++ b/projects/stargazer/plugins/store/files/file_store.h @@ -33,10 +33,10 @@ #include -#include "module_settings.h" -#include "store.h" -#include "conffiles.h" -#include "user_traff.h" +#include "stg/module_settings.h" +#include "stg/store.h" +#include "stg/conffiles.h" +#include "stg/user_traff.h" //----------------------------------------------------------------------------- extern "C" STORE * GetStore();