diff --git a/amxmodx/trie_natives.h b/amxmodx/trie_natives.h index b575ee68..d0da1d1e 100644 --- a/amxmodx/trie_natives.h +++ b/amxmodx/trie_natives.h @@ -3,7 +3,6 @@ #include "amxmodx.h" #include "sm_stringhashmap.h" -#include #include "CVector.h" using namespace SourceMod; @@ -131,7 +130,7 @@ private: cell data_; }; -struct CellTrie : public ke::Refcounted +struct CellTrie { StringHashMap map; };