diff options
Diffstat (limited to 'src/gui/windows/textselectdialog.h')
-rw-r--r-- | src/gui/windows/textselectdialog.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/gui/windows/textselectdialog.h b/src/gui/windows/textselectdialog.h index 86a834d2e..10c49e7b8 100644 --- a/src/gui/windows/textselectdialog.h +++ b/src/gui/windows/textselectdialog.h @@ -20,10 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_WIDGETS_TEXTSELECTDIALOG_H -#define GUI_WIDGETS_TEXTSELECTDIALOG_H - -#include "enums/simpletypes/itemcolor.h" +#ifndef GUI_WINDOWS_TEXTSELECTDIALOG_H +#define GUI_WINDOWS_TEXTSELECTDIALOG_H #include "gui/widgets/window.h" @@ -31,10 +29,7 @@ #include "listeners/selectionlistener.h" class Button; -class Item; -class Label; class ScrollArea; -class ShopItem; class NamesModel; class ListBox; @@ -102,4 +97,4 @@ class TextSelectDialog notfinal : public Window, int mTag; }; -#endif // GUI_WIDGETS_TEXTSELECTDIALOG_H +#endif // GUI_WINDOWS_TEXTSELECTDIALOG_H |