Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-09-19 13:16:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-19 13:16:05 +0300
commit60956397ca46ae31f5fc1931a8a7fc98d4f1b699 (patch)
treefbb92266d2b6ddbbcdcbcf3d5538d93036a1cbe2 /source/blender/modifiers/intern/MOD_laplaciandeform.c
parent215651af1b09571eaceafd1c4269d559eb5328ca (diff)
Cleanup: BLI_utildefines prefix for header-only libs
This allows to have different macro headers without them sharing similar names to regular C modules.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_laplaciandeform.c')
-rw-r--r--source/blender/modifiers/intern/MOD_laplaciandeform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_laplaciandeform.c b/source/blender/modifiers/intern/MOD_laplaciandeform.c
index 153670d327c..c2896e83a0b 100644
--- a/source/blender/modifiers/intern/MOD_laplaciandeform.c
+++ b/source/blender/modifiers/intern/MOD_laplaciandeform.c
@@ -29,7 +29,7 @@
*/
#include "BLI_utildefines.h"
-#include "BLI_stackdefines.h"
+#include "BLI_utildefines_stack.h"
#include "BLI_math.h"
#include "BLI_string.h"