X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0907aa4037b12b6b88ee24495d4577a064d4f8db..9e321f1d39023f4ba86cd354eda0c347ac15fca2:/projects/stargazer/services_impl.h?ds=sidebyside

diff --git a/projects/stargazer/services_impl.h b/projects/stargazer/services_impl.h
index 8a66f63d..eea5e7f1 100644
--- a/projects/stargazer/services_impl.h
+++ b/projects/stargazer/services_impl.h
@@ -22,7 +22,6 @@
 
 #include "stg/services.h"
 #include "stg/service_conf.h"
-#include "stg/locker.h"
 #include "stg/noncopyable.h"
 #include "stg/logger.h"
 
@@ -34,7 +33,7 @@
 namespace STG
 {
 
-struct Admin;
+class Admin;
 struct Store;
 
 class ServicesImpl : public Services {