summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-04 12:11:00 -0700
committerIra Rice <irarice@gmail.com>2009-02-04 12:11:00 -0700
commit9aae9a0b20f144859fc68e94b4fb9fdae6f15861 (patch)
tree802bb5eab252e2fb020749e2055e7271f04712f2 /src/gui/browserbox.cpp
parent555e68e24f2bb7d38f7ce52ce9a43198c0ccedec (diff)
downloadMana-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/browserbox.cpp')
-rw-r--r--src/gui/browserbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp
index cd5479c8..c51852bb 100644
--- a/src/gui/browserbox.cpp
+++ b/src/gui/browserbox.cpp
@@ -21,6 +21,8 @@
#include <algorithm>
+#include <guichan/graphics.hpp>
+
#include "browserbox.h"
#include "colour.h"
#include "linkhandler.h"