summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h
index 7a3648f4..836ac3f8 100644
--- a/src/client.h
+++ b/src/client.h
@@ -22,17 +22,17 @@
#ifndef CLIENT_H
#define CLIENT_H
-#include "net/serverinfo.h"
-
#include "configlistener.h"
-#include <guichan/actionlistener.hpp>
+#include "net/serverinfo.h"
-#include <string>
+#include <guichan/actionlistener.hpp>
#include <SDL.h>
#include <SDL_framerate.h>
+#include <string>
+
class Button;
class Desktop;
class LoginData;