[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29701] branches/soc-2010-merwin/intern/ ghost/GHOST_Rect.h: removed unused #include

Mike Erwin significant.bit at gmail.com
Sat Jun 26 03:34:50 CEST 2010


Revision: 29701
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29701
Author:   merwin
Date:     2010-06-26 03:34:49 +0200 (Sat, 26 Jun 2010)

Log Message:
-----------
removed unused #include

Modified Paths:
--------------
    branches/soc-2010-merwin/intern/ghost/GHOST_Rect.h

Modified: branches/soc-2010-merwin/intern/ghost/GHOST_Rect.h
===================================================================
--- branches/soc-2010-merwin/intern/ghost/GHOST_Rect.h	2010-06-26 01:32:58 UTC (rev 29700)
+++ branches/soc-2010-merwin/intern/ghost/GHOST_Rect.h	2010-06-26 01:34:49 UTC (rev 29701)
@@ -228,7 +228,7 @@
 	if (y < m_t) m_t = y;
 	if (y > m_b) m_b = y;
 }
-#include <stdio.h>
+
 inline void GHOST_Rect::wrapPoint(GHOST_TInt32 &x, GHOST_TInt32 &y, GHOST_TInt32 ofs)
 {
 	GHOST_TInt32 w= getWidth();





More information about the Bf-blender-cvs mailing list