diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-10-10 09:21:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 09:21:54 +0200 |
commit | f82c9f5300c8b71ff6ed487703bf42ef25d08779 (patch) | |
tree | 14d53022d324e29869bbebd33078966c3f7a5b4f /editor/plugins/asset_library_editor_plugin.cpp | |
parent | 781e4f8673857b2b318e919ecb780bfad972a5a6 (diff) | |
parent | a8836ba28d09e2fa99693c09889a8bbba0e3a106 (diff) |
Merge pull request #32697 from madmiraal/remove-editor-dependency
Remove editor dependency
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index 3d161dc5b9..d5b1f46333 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -32,8 +32,8 @@ #include "core/io/json.h" #include "core/version.h" -#include "editor_node.h" -#include "editor_settings.h" +#include "editor/editor_node.h" +#include "editor/editor_settings.h" void EditorAssetLibraryItem::configure(const String &p_title, int p_asset_id, const String &p_category, int p_category_id, const String &p_author, int p_author_id, const String &p_cost) { |