fixup unnecessary include

This commit is contained in:
Chris Beck 2014-06-19 11:19:15 -04:00
parent 78b538bc1f
commit 98922ff0af

View file

@ -17,7 +17,8 @@
#define MOUSE_HANDLER_BASE_H_INCLUDED
#include "map_location.hpp"
#include "SDL.h"
#include "SDL_events.h"
#include "SDL_version.h"
class display;