X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f5bfdf06e2e8f2e6f479cc6b477a6c7c4a69f965..4035038a041a93a0d6e34d0a4af88479f84dc08d:/projects/stargazer/plugins/other/ping/ping.cpp

diff --git a/projects/stargazer/plugins/other/ping/ping.cpp b/projects/stargazer/plugins/other/ping/ping.cpp
index 58b01c55..0fb5d30b 100644
--- a/projects/stargazer/plugins/other/ping/ping.cpp
+++ b/projects/stargazer/plugins/other/ping/ping.cpp
@@ -4,10 +4,10 @@
 #include <ctime>
 #include <algorithm>
 
+#include "stg/user.h"
+#include "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
 {