From 5deec545989d26a0e56f11fddf42bfc8ca5886da Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:37:20 +0300 Subject: [PATCH] Fix ping plugin compilation errors --- projects/stargazer/plugins/other/ping/ping.cpp | 6 +++--- projects/stargazer/plugins/other/ping/ping.h | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) 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(); -- 2.43.2