summaryrefslogtreecommitdiff
path: root/src/gui/button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/button.cpp')
-rw-r--r--src/gui/button.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/button.cpp b/src/gui/button.cpp
index d578202e..2e6bed0a 100644
--- a/src/gui/button.cpp
+++ b/src/gui/button.cpp
@@ -19,6 +19,12 @@
* 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"
#include "../configuration.h"
@@ -29,12 +35,6 @@
#include "../utils/dtor.h"
-#include <guichan/exception.hpp>
-#include <guichan/graphics.hpp>
-#include <guichan/font.hpp>
-
-#include <algorithm>
-
int Button::mInstances = 0;
float Button::mAlpha = config.getValue("guialpha", 0.8);