diff options
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/sample_library_editor_plugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/plugins/sample_library_editor_plugin.cpp b/editor/plugins/sample_library_editor_plugin.cpp index 4ead1d270..c16442855 100644 --- a/editor/plugins/sample_library_editor_plugin.cpp +++ b/editor/plugins/sample_library_editor_plugin.cpp @@ -30,11 +30,11 @@ #if 0 #include "sample_library_editor_plugin.h" -#include "io/resource_loader.h" -#include "global_config.h" #include "editor/editor_settings.h" -#include "scene/main/viewport.h" +#include "global_config.h" +#include "io/resource_loader.h" #include "sample_editor_plugin.h" +#include "scene/main/viewport.h" void SampleLibraryEditor::_gui_input(InputEvent p_event) { |
