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/test/render_graph_finalize_test.cpp')
-rw-r--r--intern/cycles/test/render_graph_finalize_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/test/render_graph_finalize_test.cpp b/intern/cycles/test/render_graph_finalize_test.cpp
index ca93f8b02d0..87389ebfb16 100644
--- a/intern/cycles/test/render_graph_finalize_test.cpp
+++ b/intern/cycles/test/render_graph_finalize_test.cpp
@@ -14,12 +14,12 @@
* limitations under the License.
*/
-#include "testing/testing.h"
#include "testing/mock_log.h"
+#include "testing/testing.h"
#include "render/graph.h"
-#include "render/scene.h"
#include "render/nodes.h"
+#include "render/scene.h"
#include "util/util_array.h"
#include "util/util_logging.h"
#include "util/util_string.h"