diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 20:53:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 20:53:13 +0300 |
commit | 86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6 (patch) | |
tree | ebed0710558d46a852597c9c668c93af0a4051ec /src/gui/widgets/dropdown.h | |
parent | 9c6e1619b7416d85fa031036b70ebff4357d65ca (diff) | |
download | plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.tar.gz plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.tar.bz2 plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.tar.xz plus-86ecec8fd98eb7fa1326a58c0f97e6fc89d36ad6.zip |
Remove simpletypes.h.
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r-- | src/gui/widgets/dropdown.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index 2e5c32300..7f101e3e6 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -24,7 +24,6 @@ #define GUI_WIDGETS_DROPDOWN_H #include "enums/simpletypes/modal.h" -#include "enums/simpletypes/simpletypes.h" #include "gui/widgets/basiccontainer.h" |