Remove uneeded forward declaration

This commit is contained in:
Maxime Coste 2017-11-03 19:24:58 +08:00
parent 79f725a558
commit 9d6420caae

View File

@ -36,8 +36,6 @@ protected:
HighlighterMap m_highlighters;
};
struct ScopeList;
class Highlighters : public SafeCountable
{
public: