Reduce includes required for Selection

Previously a triggerbox_ui.h change triggered a complete UI
rebuild. This follows the concept of other editor_selection
lists which use forward declarations.
This commit is contained in:
Robin Gareus 2022-01-11 04:06:52 +01:00
parent 1661f6479f
commit 96137739a7
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
9 changed files with 9 additions and 1 deletions

View file

@ -22,7 +22,7 @@
#include <list>
#include "triggerbox_ui.h"
class TriggerEntry;
class TriggerSelection : public std::list<TriggerEntry*>
{