diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-04 12:11:00 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-04 12:11:00 -0700 |
commit | 9aae9a0b20f144859fc68e94b4fb9fdae6f15861 (patch) | |
tree | 802bb5eab252e2fb020749e2055e7271f04712f2 /src/gui/button.cpp | |
parent | 555e68e24f2bb7d38f7ce52ce9a43198c0ccedec (diff) | |
download | mana-9aae9a0b20f144859fc68e94b4fb9fdae6f15861.tar.gz mana-9aae9a0b20f144859fc68e94b4fb9fdae6f15861.tar.bz2 mana-9aae9a0b20f144859fc68e94b4fb9fdae6f15861.tar.xz mana-9aae9a0b20f144859fc68e94b4fb9fdae6f15861.zip |
Few more unneeded headers that weren't noticed originally in the last
commit. Also, while the overall performance improved a little, it
doesn't appear to be as drastic as the last commit was suggesting.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/button.cpp')
-rw-r--r-- | src/gui/button.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/button.cpp b/src/gui/button.cpp index 2e6bed0a..1d3a04e4 100644 --- a/src/gui/button.cpp +++ b/src/gui/button.cpp @@ -19,11 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <algorithm> - #include <guichan/exception.hpp> #include <guichan/font.hpp> -#include <guichan/graphics.hpp> #include "button.h" |