Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-11-21 13:59:57 +00:00
parent 2696961570
commit 1651d68d8d

View file

@ -17,14 +17,11 @@
#ifndef SAVEGAME_H_INCLUDED
#define SAVEGAME_H_INCLUDED
#include "global.hpp"
#include "filesystem.hpp"
#include "gamestatus.hpp"
#include "tod_manager.hpp"
#include "show_dialog.hpp"
#include <string>
class config_writer;
class game_display;