diff options
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 06a512abb..22059480f 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -23,11 +23,9 @@ #ifndef GUI_SETUP_OTHER_H #define GUI_SETUP_OTHER_H -#include "gui/widgets/setupitem.h" +#include "gui/widgets/setuptabscroll.h" -class EditDialog; class NamesModel; -class TextField; class Setup_Other final : public SetupTabScroll { |