diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-12 17:42:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-12 17:42:41 +0300 |
commit | 5723ab9b763ac4113f1f46e129c089767d22639e (patch) | |
tree | 58eb1ab4ea0d537229252164007fc54bed9b8185 /src/gui/widgets/shortcutcontainer.h | |
parent | 8d71ef94f02c32574b952e5a3cefb4c28909f9e1 (diff) | |
download | plus-5723ab9b763ac4113f1f46e129c089767d22639e.tar.gz plus-5723ab9b763ac4113f1f46e129c089767d22639e.tar.bz2 plus-5723ab9b763ac4113f1f46e129c089767d22639e.tar.xz plus-5723ab9b763ac4113f1f46e129c089767d22639e.zip |
remove unused includes from widget files.
Diffstat (limited to 'src/gui/widgets/shortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/shortcutcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index 7be34b174..2f6a48bc4 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_SHORTCUTCONTAINER_H #define GUI_WIDGETS_SHORTCUTCONTAINER_H -#include "gui/widgets/tab.h" +#include "gui/widgets/widget2.h" #include <guichan/mouselistener.hpp> #include <guichan/widget.hpp> |