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:
authorBrecht Van Lommel <brecht@blender.org>2021-10-26 00:54:58 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-10-26 01:44:50 +0300
commit18330592417e4a5a7ffb805945b2aec8c4dd41bd (patch)
treea0c061c40fd36a2d42b732c0a9a79985e011604f /intern/cycles/blender/object.cpp
parent8b46b9cdb7ed2f04a94dc9aa36173828e5790b2b (diff)
Fixes for Cycles source reorganizetemp-cycles-source-reorganize
Diffstat (limited to 'intern/cycles/blender/object.cpp')
-rw-r--r--intern/cycles/blender/object.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/intern/cycles/blender/object.cpp b/intern/cycles/blender/object.cpp
index 1c638d0e18c..9919b9d1836 100644
--- a/intern/cycles/blender/object.cpp
+++ b/intern/cycles/blender/object.cpp
@@ -14,22 +14,22 @@
* limitations under the License.
*/
-#include "scene/object.h"
+#include "blender/object_cull.h"
+#include "blender/sync.h"
+#include "blender/util.h"
+
#include "scene/alembic.h"
#include "scene/camera.h"
#include "scene/integrator.h"
#include "scene/light.h"
#include "scene/mesh.h"
+#include "scene/object.h"
#include "scene/particles.h"
#include "scene/scene.h"
#include "scene/shader.h"
#include "scene/shader_graph.h"
#include "scene/shader_nodes.h"
-#include "blender/object_cull.h"
-#include "blender/sync.h"
-#include "blender/util.h"
-
#include "util/foreach.h"
#include "util/hash.h"
#include "util/log.h"