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 'source/blender/editors/space_node/add_node_search.cc')
-rw-r--r--source/blender/editors/space_node/add_node_search.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/add_node_search.cc b/source/blender/editors/space_node/add_node_search.cc
index a7463be0af0..adeddfd115d 100644
--- a/source/blender/editors/space_node/add_node_search.cc
+++ b/source/blender/editors/space_node/add_node_search.cc
@@ -2,6 +2,7 @@
#include <optional>
+#include "AS_asset_catalog.hh"
#include "AS_asset_library.hh"
#include "BLI_listbase.h"
@@ -10,7 +11,6 @@
#include "DNA_space_types.h"
#include "BKE_asset.h"
-#include "AS_asset_catalog.hh"
#include "BKE_context.h"
#include "BKE_idprop.h"
#include "BKE_lib_id.h"