[Bf-blender-cvs] [38c5bf5] object_nodes: Small fix for llvm file includes.

Lukas Tönne noreply at git.blender.org
Wed May 11 11:48:07 CEST 2016


Commit: 38c5bf5f63431e26ca0335f012b58b46fa2cc5bd
Author: Lukas Tönne
Date:   Wed May 11 10:14:41 2016 +0200
Branches: object_nodes
https://developer.blender.org/rB38c5bf5f63431e26ca0335f012b58b46fa2cc5bd

Small fix for llvm file includes.

===================================================================

M	source/blender/blenvm/intern/bvm_api.cc

===================================================================

diff --git a/source/blender/blenvm/intern/bvm_api.cc b/source/blender/blenvm/intern/bvm_api.cc
index b969b29..0c38db9 100644
--- a/source/blender/blenvm/intern/bvm_api.cc
+++ b/source/blender/blenvm/intern/bvm_api.cc
@@ -62,12 +62,10 @@ extern "C" {
 #include "bvm_eval.h"
 #include "bvm_function.h"
 
+#ifdef WITH_LLVM
 #include "llvm_codegen.h"
+#include "llvm_engine.h"
 #include "llvm_function.h"
-
-#ifdef WITH_LLVM
-#include "llvm/llvm_engine.h"
-#include "llvm/llvm_function.h"
 #endif
 
 #include "util_debug.h"




More information about the Bf-blender-cvs mailing list