diff options
Diffstat (limited to 'engines/sci/resource_intern.h')
| -rw-r--r-- | engines/sci/resource_intern.h | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/sci/resource_intern.h b/engines/sci/resource_intern.h index 98cca6283c..e8e66503d8 100644 --- a/engines/sci/resource_intern.h +++ b/engines/sci/resource_intern.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 SCI_RESOURCE_INTERN_H @@ -29,7 +26,7 @@  #include "sci/resource.h"  namespace Common { -	class MacResManager; +class MacResManager;  }  namespace Sci {  | 
