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:
Diffstat (limited to 'intern/cycles/blender/mesh.cpp')
-rw-r--r--intern/cycles/blender/mesh.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/intern/cycles/blender/mesh.cpp b/intern/cycles/blender/mesh.cpp
index 93af36ed5be..b69bf88c213 100644
--- a/intern/cycles/blender/mesh.cpp
+++ b/intern/cycles/blender/mesh.cpp
@@ -14,16 +14,16 @@
* limitations under the License.
*/
-#include "scene/mesh.h"
+#include "blender/session.h"
+#include "blender/sync.h"
+#include "blender/util.h"
+
#include "scene/camera.h"
#include "scene/colorspace.h"
+#include "scene/mesh.h"
#include "scene/object.h"
#include "scene/scene.h"
-#include "blender/session.h"
-#include "blender/sync.h"
-#include "blender/util.h"
-
#include "subd/patch.h"
#include "subd/split.h"