diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-15 22:03:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-16 13:50:43 +0300 |
commit | 23034a47937c109590eb60e4ee0efa32a8c9e45e (patch) | |
tree | 844c716da20752dcbb0aead649011f54d8062635 /src/gui/widgets/playerbox.cpp | |
parent | 4638f969d4206ba8dd857eb6d2758106cc5268df (diff) | |
download | plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.gz plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.bz2 plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.tar.xz plus-23034a47937c109590eb60e4ee0efa32a8c9e45e.zip |
Remove useless includes from cpp files
Diffstat (limited to 'src/gui/widgets/playerbox.cpp')
-rw-r--r-- | src/gui/widgets/playerbox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 4775e266f..2d07460c4 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -29,8 +29,6 @@ #include "gui/gui.h" #include "gui/skin.h" -#include "resources/image.h" - #include "debug.h" PlayerBox::PlayerBox(Widget2 *const widget, |