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 'tests/gtests/blenloader')
-rw-r--r--tests/gtests/blenloader/blendfile_loading_base_test.cc4
-rw-r--r--tests/gtests/blenloader/blendfile_loading_base_test.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/gtests/blenloader/blendfile_loading_base_test.cc b/tests/gtests/blenloader/blendfile_loading_base_test.cc
index 4f871bc7ddf..62befae90cd 100644
--- a/tests/gtests/blenloader/blendfile_loading_base_test.cc
+++ b/tests/gtests/blenloader/blendfile_loading_base_test.cc
@@ -31,13 +31,13 @@ extern "C" {
#include "BKE_node.h"
#include "BKE_scene.h"
-#include "BLI_threads.h"
#include "BLI_path_util.h"
+#include "BLI_threads.h"
#include "BLO_readfile.h"
-#include "DEG_depsgraph_build.h"
#include "DEG_depsgraph.h"
+#include "DEG_depsgraph_build.h"
#include "DNA_genfile.h" /* for DNA_sdna_current_init() */
#include "DNA_windowmanager_types.h"
diff --git a/tests/gtests/blenloader/blendfile_loading_base_test.h b/tests/gtests/blenloader/blendfile_loading_base_test.h
index 466bbcd2392..6ed32168737 100644
--- a/tests/gtests/blenloader/blendfile_loading_base_test.h
+++ b/tests/gtests/blenloader/blendfile_loading_base_test.h
@@ -18,8 +18,8 @@
#ifndef __BLENDFILE_LOADING_BASE_TEST_H__
#define __BLENDFILE_LOADING_BASE_TEST_H__
-#include "testing/testing.h"
#include "DEG_depsgraph.h"
+#include "testing/testing.h"
struct BlendFileData;
struct Depsgraph;