[Scummvm-cvs-logs] SF.net SVN: scummvm:[54561]	scummvm/trunk/common/ne_exe.h
    fingolfin at users.sourceforge.net 
    fingolfin at users.sourceforge.net
       
    Mon Nov 29 00:09:47 CET 2010
    
    
  
Revision: 54561
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54561&view=rev
Author:   fingolfin
Date:     2010-11-28 23:09:47 +0000 (Sun, 28 Nov 2010)
Log Message:
-----------
COMMON: Remove unnecessary reference to file.h
Modified Paths:
--------------
    scummvm/trunk/common/ne_exe.h
Modified: scummvm/trunk/common/ne_exe.h
===================================================================
--- scummvm/trunk/common/ne_exe.h	2010-11-28 23:00:16 UTC (rev 54560)
+++ scummvm/trunk/common/ne_exe.h	2010-11-28 23:09:47 UTC (rev 54561)
@@ -27,7 +27,6 @@
 #define COMMON_NE_EXE_H
 
 #include "common/array.h"
-#include "common/file.h"
 #include "common/list.h"
 
 namespace Common {
@@ -107,7 +106,7 @@
 /** A New Executable cursor group. */
 struct NECursorGroup {
 	NEResourceID id;
-	Array<NECursor*> cursors; ///< The cursors.
+	Array<NECursor *> cursors; ///< The cursors.
 };
 
 /** The default Windows resources. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
    
    
More information about the Scummvm-git-logs
mailing list