From: Maxim Mamontov Date: Thu, 7 Apr 2011 15:37:20 +0000 (+0300) Subject: Fix ping plugin compilation errors X-Git-Tag: 2.407-rc3~43 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/5deec545989d26a0e56f11fddf42bfc8ca5886da Fix ping plugin compilation errors --- diff --git a/projects/stargazer/plugins/other/ping/ping.cpp b/projects/stargazer/plugins/other/ping/ping.cpp index 58b01c55..5f87a99f 100644 --- a/projects/stargazer/plugins/other/ping/ping.cpp +++ b/projects/stargazer/plugins/other/ping/ping.cpp @@ -4,10 +4,10 @@ #include #include +#include "stg/user.h" +#include "stg/stg_locker.h" +#include "stg/user_property.h" #include "ping.h" -#include "user.h" -#include "stg_locker.h" -#include "user_property.h" class PING_CREATOR { diff --git a/projects/stargazer/plugins/other/ping/ping.h b/projects/stargazer/plugins/other/ping/ping.h index 8db5efc6..8dcbe202 100644 --- a/projects/stargazer/plugins/other/ping/ping.h +++ b/projects/stargazer/plugins/other/ping/ping.h @@ -12,13 +12,13 @@ #include #include -#include "os_int.h" -#include "plugin.h" -#include "module_settings.h" -#include "notifer.h" -#include "user_ips.h" -#include "pinger.h" -#include "users.h" +#include "stg/os_int.h" +#include "stg/plugin.h" +#include "stg/module_settings.h" +#include "stg/notifer.h" +#include "stg/user_ips.h" +#include "stg/pinger.h" +#include "stg/users.h" extern "C" PLUGIN * GetPlugin();