diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-20 23:02:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-20 23:02:02 +0300 |
commit | 1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd (patch) | |
tree | 84cb9a31a1d7dd4ddd7e51fbbcdccbf6f9bb6eef /src/gui | |
parent | f88506ac95b8ea9f02d22c35f81e59d4283151b6 (diff) | |
download | plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.tar.gz plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.tar.bz2 plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.tar.xz plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.zip |
Remove useless includes.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/browserbox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index a6d83f4d5..fe45e9ea0 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -27,8 +27,6 @@ #include "main.h" #include "settings.h" -#include "const/resources/item/cards.h" - #include "input/inputmanager.h" #include "gui/gui.h" |