Removing some unnecessary #includes
svn-id: r26044
This commit is contained in:
parent
e8e33e8077
commit
728d01cb17
11 changed files with 1 additions and 24 deletions
|
@ -24,7 +24,7 @@
|
|||
#define SCUMM_SAVELOAD_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include <stddef.h>
|
||||
#include <stddef.h> // for ptrdiff_t
|
||||
|
||||
namespace Common {
|
||||
class InSaveFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue