[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12408] trunk/blender/source/blender/nodes /intern/CMP_nodes/CMP_blur.c: error in last commit.

Campbell Barton cbarton at metavr.com
Fri Oct 26 17:46:13 CEST 2007


Revision: 12408
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12408
Author:   campbellbarton
Date:     2007-10-26 17:46:13 +0200 (Fri, 26 Oct 2007)

Log Message:
-----------
error in last commit. didnt remove a header that was merged with CMP_utils.h

Modified Paths:
--------------
    trunk/blender/source/blender/nodes/intern/CMP_nodes/CMP_blur.c

Modified: trunk/blender/source/blender/nodes/intern/CMP_nodes/CMP_blur.c
===================================================================
--- trunk/blender/source/blender/nodes/intern/CMP_nodes/CMP_blur.c	2007-10-26 15:32:36 UTC (rev 12407)
+++ trunk/blender/source/blender/nodes/intern/CMP_nodes/CMP_blur.c	2007-10-26 15:46:13 UTC (rev 12408)
@@ -28,7 +28,6 @@
  */
 
 #include "../CMP_util.h"
-#include "qdutil.h" /* use for fast gauss only */
 
 /* **************** BLUR ******************** */
 static bNodeSocketType cmp_node_blur_in[]= {





More information about the Bf-blender-cvs mailing list