]> git.stg.codes - stg.git/blobdiff - projects/stargazer/corps_impl.h
Use std::lock_guard instead of STG_LOCKER.
[stg.git] / projects / stargazer / corps_impl.h
index 43bcb5d9fae78352b0e6add5279628c2f6060759..e4601301bc54369dc7859482759b154c2749b88b 100644 (file)
@@ -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 {