X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8e80bb9cec2c90dd61f810fb1525932a434288eb..296c906e2689b9b5dc26d2f2d3e1e2d9e1662d3b:/projects/stargazer/corps_impl.h

diff --git a/projects/stargazer/corps_impl.h b/projects/stargazer/corps_impl.h
index 43bcb5d9..e4601301 100644
--- a/projects/stargazer/corps_impl.h
+++ b/projects/stargazer/corps_impl.h
@@ -22,7 +22,6 @@
 
 #include "stg/corporations.h"
 #include "stg/corp_conf.h"
-#include "stg/locker.h"
 #include "stg/logger.h"
 
 #include <vector>
@@ -33,7 +32,7 @@
 namespace STG
 {
 
-struct Admin;
+class Admin;
 struct Store;
 
 class CorporationsImpl : public Corporations {