aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/sample_library_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/sample_library_editor_plugin.h')
-rw-r--r--editor/plugins/sample_library_editor_plugin.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/editor/plugins/sample_library_editor_plugin.h b/editor/plugins/sample_library_editor_plugin.h
index 4bbc29b14..a41e1538b 100644
--- a/editor/plugins/sample_library_editor_plugin.h
+++ b/editor/plugins/sample_library_editor_plugin.h
@@ -29,15 +29,14 @@
#ifndef SAMPLE_LIBRARY_EDITOR_PLUGIN_H
#define SAMPLE_LIBRARY_EDITOR_PLUGIN_H
-
#if 0
-#include "editor/editor_plugin.h"
#include "editor/editor_node.h"
+#include "editor/editor_plugin.h"
#include "scene/audio/sample_player.h"
-#include "scene/resources/sample.h"
-#include "scene/gui/tree.h"
-#include "scene/gui/file_dialog.h"
#include "scene/gui/dialogs.h"
+#include "scene/gui/file_dialog.h"
+#include "scene/gui/tree.h"
+#include "scene/resources/sample.h"
class SampleLibraryEditor : public Panel {