diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/game.cpp b/src/game.cpp index 2ee4ad13..e074fc30 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -19,13 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <fstream> -#include <physfs.h> -#include <sstream> -#include <string> - -#include <guichan/exception.hpp> - #include "beingmanager.h" #include "channelmanager.h" #include "commandhandler.h" @@ -96,6 +89,13 @@ #include "utils/gettext.h" +#include <guichan/exception.hpp> + +#include <fstream> +#include <physfs.h> +#include <sstream> +#include <string> + std::string map_path; bool done = false; |