diff options
Diffstat (limited to 'engines/scumm/saveload.h')
| -rw-r--r-- | engines/scumm/saveload.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/scumm/saveload.h b/engines/scumm/saveload.h index 91e780bcd1..776f40e12b 100644 --- a/engines/scumm/saveload.h +++ b/engines/scumm/saveload.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #ifndef SCUMM_SAVELOAD_H @@ -30,8 +27,8 @@ #include <stddef.h> // for ptrdiff_t namespace Common { - class SeekableReadStream; - class WriteStream; +class SeekableReadStream; +class WriteStream; } namespace Scumm { |
