remove one unneeded include
This commit is contained in:
parent
8672af2695
commit
9b76d692e0
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue