remove one unneeded include

This commit is contained in:
Ali El Gariani 2009-12-22 12:12:53 +00:00
parent 8672af2695
commit 9b76d692e0

View file

@ -15,9 +15,12 @@
#ifndef SAVE_BLOCKER_H_INCLUDED
#define SAVE_BLOCKER_H_INCLUDED
#include "play_controller.hpp"
#include "SDL_mutex.h"
#include <cassert>
class play_controller;
/** While any instance of this class exists, attempts to save the game via
* any call to play_controller will be temporarily postponed: the call will
* return immediately without performing the save, but the save method will