[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45122] trunk/blender/source/blender/ editors/mesh/mesh_navmesh.c: fix for build error in last commit.

Campbell Barton ideasman42 at gmail.com
Sat Mar 24 05:07:45 CET 2012


Revision: 45122
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45122
Author:   campbellbarton
Date:     2012-03-24 04:07:26 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
fix for build error in last commit.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/mesh_navmesh.c

Modified: trunk/blender/source/blender/editors/mesh/mesh_navmesh.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/mesh_navmesh.c	2012-03-24 02:51:46 UTC (rev 45121)
+++ trunk/blender/source/blender/editors/mesh/mesh_navmesh.c	2012-03-24 04:07:26 UTC (rev 45122)
@@ -37,6 +37,11 @@
 #include "DNA_modifier_types.h"
 #include "DNA_ID.h"
 
+#include "BLI_listbase.h"
+#include "BLI_utildefines.h"
+#include "BLI_math_vector.h"
+#include "BLI_linklist.h"
+
 #include "BKE_library.h"
 #include "BKE_depsgraph.h"
 #include "BKE_context.h"
@@ -49,11 +54,6 @@
 #include "BKE_report.h"
 #include "BKE_tessmesh.h"
 
-#include "BLI_listbase.h"
-#include "BLI_utildefines.h"
-#include "BLI_math_vector.h"
-#include "BLI_linklist.h"
-
 #include "ED_object.h"
 #include "ED_mesh.h"
 #include "ED_screen.h"




More information about the Bf-blender-cvs mailing list