[Bf-blender-cvs] [ce1ae77991] fluid-mantaflow: cleaned up headers

Sebastián Barschkis noreply at git.blender.org
Tue Mar 7 01:26:24 CET 2017


Commit: ce1ae779918caee692db1907dd05313a880b32b6
Author: Sebastián Barschkis
Date:   Thu Dec 29 12:13:35 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rBce1ae779918caee692db1907dd05313a880b32b6

cleaned up headers

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

M	intern/mantaflow/intern/FLUID.cpp
M	intern/mantaflow/intern/FLUID.h

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

diff --git a/intern/mantaflow/intern/FLUID.cpp b/intern/mantaflow/intern/FLUID.cpp
index 874f505d51..9738d899e3 100644
--- a/intern/mantaflow/intern/FLUID.cpp
+++ b/intern/mantaflow/intern/FLUID.cpp
@@ -33,7 +33,8 @@
 #include <zlib.h>
 
 #include "FLUID.h"
-#include "registry.h"
+#include "manta.h"
+#include "Python.h"
 #include "shared_script.h"
 #include "smoke_script.h"
 #include "liquid_script.h"
diff --git a/intern/mantaflow/intern/FLUID.h b/intern/mantaflow/intern/FLUID.h
index 77fd871da0..4b8eccf4d2 100644
--- a/intern/mantaflow/intern/FLUID.h
+++ b/intern/mantaflow/intern/FLUID.h
@@ -33,8 +33,6 @@
 #include <string>
 #include <vector>
 
-#include "Python.h"
-
 struct FLUID {
 public:
 	FLUID(int *res, struct SmokeModifierData *smd);




More information about the Bf-blender-cvs mailing list