diff --git a/include/llarp.hpp b/include/llarp.hpp index 01643724c..99e60b561 100644 --- a/include/llarp.hpp +++ b/include/llarp.hpp @@ -23,7 +23,6 @@ namespace llarp struct Crypto; struct CryptoManager; struct AbstractRouter; - struct EventLoop; class NodeDB; namespace thread diff --git a/llarp/link/server.hpp b/llarp/link/server.hpp index b8175c009..8c60090ad 100644 --- a/llarp/link/server.hpp +++ b/llarp/link/server.hpp @@ -223,7 +223,6 @@ namespace llarp } private: - uint32_t tick_id; const SecretKey& m_RouterEncSecret; protected: