Removing some unnecessary #includes

svn-id: r26044
This commit is contained in:
Max Horn 2007-03-09 23:46:45 +00:00
parent e8e33e8077
commit 728d01cb17
11 changed files with 1 additions and 24 deletions

View file

@ -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;