From b48c66514f3b7040f5f1c62a05f0489f2ebd7741 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:36:10 +0300 Subject: [PATCH] Fix file store plugin compilation errors --- .../stargazer/plugins/store/files/file_store.cpp | 16 ++++++++-------- .../stargazer/plugins/store/files/file_store.h | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) 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(); -- 2.43.2