X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ae21e8d6ad32d0bf3517127aef5cd8129b7507aa..ee882f766d3173ed8ffb6e52b06749c10832f1bf:/include/stg/user_stat.h?ds=inline

diff --git a/include/stg/user_stat.h b/include/stg/user_stat.h
index ff020dc7..4c06155d 100644
--- a/include/stg/user_stat.h
+++ b/include/stg/user_stat.h
@@ -29,8 +29,6 @@
 
 #include <ctime>
 #include <map>
-#include <utility>
-#include <string>
 
 #include "os_int.h"
 #include "resetable.h"
@@ -142,8 +140,6 @@ struct USER_STAT
 //-----------------------------------------------------------------------------
 typedef std::map<IP_DIR_PAIR, STAT_NODE> TRAFF_STAT;
 //-----------------------------------------------------------------------------
-typedef std::pair<double, std::string> CASH_INFO;
-//-----------------------------------------------------------------------------
 struct USER_STAT_RES
 {
     USER_STAT_RES()
@@ -190,8 +186,6 @@ struct USER_STAT_RES
     }
 
     RESETABLE<double>      cash;
-    RESETABLE<CASH_INFO>   cashAdd;
-    RESETABLE<CASH_INFO>   cashSet;
     RESETABLE<double>      freeMb;
     RESETABLE<double>      lastCashAdd;
     RESETABLE<time_t>      lastCashAddTime;