[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25150] branches/soc-2008-mxcurioni/source /blender/blenkernel/intern/blender.c: Removed unnecessary #include " FRS_freestyle.h".

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Dec 6 16:34:02 CET 2009


Revision: 25150
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25150
Author:   kjym3
Date:     2009-12-06 16:34:02 +0100 (Sun, 06 Dec 2009)

Log Message:
-----------
Removed unnecessary #include "FRS_freestyle.h".

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/blender.c

Modified: branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/blender.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/blender.c	2009-12-06 09:37:31 UTC (rev 25149)
+++ branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/blender.c	2009-12-06 15:34:02 UTC (rev 25150)
@@ -94,8 +94,6 @@
 
 #include "BKE_utildefines.h" // O_BINARY FALSE
 
-#include "FRS_freestyle.h"
-
 Global G;
 UserDef U;
 ListBase WMlist= {NULL, NULL};
@@ -657,6 +655,7 @@
 /* 1= an undo, -1 is a redo. we have to make sure 'curundo' remains at current situation */
 void BKE_undo_step(bContext *C, int step)
 {
+
 	if(step==0) {
 		read_undosave(C, curundo);
 	}





More information about the Bf-blender-cvs mailing list