summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r--src/gui/widgets/browserbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h
index 2823d308..2cd571c9 100644
--- a/src/gui/widgets/browserbox.h
+++ b/src/gui/widgets/browserbox.h
@@ -22,12 +22,12 @@
#ifndef BROWSERBOX_H
#define BROWSERBOX_H
-#include <list>
-#include <vector>
-
#include <guichan/mouselistener.hpp>
#include <guichan/widget.hpp>
+#include <list>
+#include <vector>
+
class LinkHandler;
struct BROWSER_LINK {