Remove an unneeded include.

This commit is contained in:
Mark de Wever 2009-12-05 21:25:30 +00:00
parent 9ea3cc6936
commit 66bee832b5
3 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,7 @@
#include "resources.hpp"
#include "scripting/lua.hpp"
#include "sound.hpp"
#include "soundsource.hpp"
#include "terrain_filter.hpp"
#include "unit_display.hpp"
#include "wml_exception.hpp"

View file

@ -19,7 +19,6 @@
#include "map.hpp"
#include "map_location.hpp"
#include "serialization/string_utils.hpp"
#include "soundsource.hpp"
#include "variable.hpp"
#include "unit_map.hpp"

View file

@ -12,6 +12,7 @@
*/
#include "sound.hpp"
#include "soundsource.hpp"
#include "game_events.hpp"
namespace savegame {