Revision: 22345
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22345
Author:   gsrb3d
Date:     2009-08-10 20:01:19 +0200 (Mon, 10 Aug 2009)

Log Message:
-----------
Remove hardcoded path in include.
IMPORTANT: use compiler include paths to point to the file.

Modified Paths:
--------------
    branches/blender2.5/blender/intern/audaspace/AUD_C-API.h

Modified: branches/blender2.5/blender/intern/audaspace/AUD_C-API.h
===================================================================
--- branches/blender2.5/blender/intern/audaspace/AUD_C-API.h    2009-08-10 
16:52:29 UTC (rev 22344)
+++ branches/blender2.5/blender/intern/audaspace/AUD_C-API.h    2009-08-10 
18:01:19 UTC (rev 22345)
@@ -30,7 +30,7 @@
 extern "C" {
 #endif
 
-#include "./intern/AUD_Space.h"
+#include "AUD_Space.h"
 
 typedef enum
 {


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to