[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57556] trunk/blender/source/blender: Fix for own mistake in r57555 :-(

Juergen Herrmann shadowrom at me.com
Tue Jun 18 21:09:49 CEST 2013


Revision: 57556
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57556
Author:   shadowrom
Date:     2013-06-18 19:09:49 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
Fix for own mistake in r57555 :-(
Add include to autoexec.c instead of BLI_path_util.h

Thanks Bastien Montagne for the hint.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57555

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/autoexec.c
    trunk/blender/source/blender/blenlib/BLI_path_util.h

Modified: trunk/blender/source/blender/blenkernel/intern/autoexec.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/autoexec.c	2013-06-18 18:42:29 UTC (rev 57555)
+++ trunk/blender/source/blender/blenkernel/intern/autoexec.c	2013-06-18 19:09:49 UTC (rev 57556)
@@ -34,6 +34,7 @@
 
 #include "BLI_utildefines.h"
 #include "BLI_fnmatch.h"
+#include "BLI_string.h"
 #include "BLI_path_util.h"
 
 #include "BKE_autoexec.h"  /* own include */

Modified: trunk/blender/source/blender/blenlib/BLI_path_util.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_path_util.h	2013-06-18 18:42:29 UTC (rev 57555)
+++ trunk/blender/source/blender/blenlib/BLI_path_util.h	2013-06-18 19:09:49 UTC (rev 57556)
@@ -31,8 +31,6 @@
  *  \ingroup bli
  */
 
-#include "BLI_string.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the Bf-blender-cvs mailing list