Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-11-21 13:59:10 +00:00
parent 112ee7b10a
commit ee6f1be002

View File

@ -17,16 +17,10 @@
#ifndef MOUSE_EVENTS_H_INCLUDED
#define MOUSE_EVENTS_H_INCLUDED
#include "global.hpp"
#include "game_display.hpp"
#include "pathfind/pathfind.hpp"
#include "random.hpp"
#include "unit_map.hpp"
#include "mouse_handler_base.hpp"
#include "SDL.h"
class tod_manager;
class battle_context;