[Scummvm-cvs-logs] SF.net SVN: scummvm: [21919] scummvm/trunk/common

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 15 14:23:08 CEST 2006


Revision: 21919
Author:   fingolfin
Date:     2006-04-15 14:22:33 -0700 (Sat, 15 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21919&view=rev

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/common/endian.h
    scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/endian.h
===================================================================
--- scummvm/trunk/common/endian.h	2006-04-15 21:20:32 UTC (rev 21918)
+++ scummvm/trunk/common/endian.h	2006-04-15 21:22:33 UTC (rev 21919)
@@ -20,6 +20,7 @@
  * $Id$
  *
  */
+
 #ifndef COMMON_ENDIAN_H
 #define COMMON_ENDIAN_H
 

Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2006-04-15 21:20:32 UTC (rev 21918)
+++ scummvm/trunk/common/hashmap.h	2006-04-15 21:22:33 UTC (rev 21919)
@@ -48,14 +48,14 @@
  * OTHER DEALINGS IN THE SOFTWARE. 
  */
 
+#ifndef COMMON_HASHMAP_H
+#define COMMON_HASHMAP_H
+
 #include "common/stdafx.h"
 #include "common/func.h"
 #include "common/str.h"
 #include "common/util.h"
 
-#ifndef COMMON_HASHMAP_H
-#define COMMON_HASHMAP_H
-
 namespace Common {
 
 typedef Common::String String;


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