]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/ping/ping.cpp
Fix ping plugin compilation errors
[stg.git] / projects / stargazer / plugins / other / ping / ping.cpp
index 58b01c5541263fcfdaf0f0ca2a2cd4126afe3499..5f87a99fcf76dcb69c39538d58a905b823ff5d9d 100644 (file)
@@ -4,10 +4,10 @@
 #include <ctime>
 #include <algorithm>
 
+#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
 {