summaryrefslogtreecommitdiffstats
path: root/tools/editor/plugins/sample_library_editor_plugin.cpp
diff options
context:
space:
mode:
authorBojidar Marinov <bojidar.marinov.bg@gmail.com>2017-02-23 17:47:25 +0200
committerBojidar Marinov <bojidar.marinov.bg@gmail.com>2017-02-23 17:47:25 +0200
commit53921faa9114f57bd83a33404e7e216db0f27a33 (patch)
tree76767593ecdc5750fa0ee3bfbf77c95fadec24cf /tools/editor/plugins/sample_library_editor_plugin.cpp
parentd0973e645cc82ef643153f920dba5ee2586f08cb (diff)
downloadredot-engine-53921faa9114f57bd83a33404e7e216db0f27a33.tar.gz
Complete the globals.h -> global_config.h conversion
Diffstat (limited to 'tools/editor/plugins/sample_library_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/sample_library_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/sample_library_editor_plugin.cpp b/tools/editor/plugins/sample_library_editor_plugin.cpp
index d0ff33c881..b996cafd1f 100644
--- a/tools/editor/plugins/sample_library_editor_plugin.cpp
+++ b/tools/editor/plugins/sample_library_editor_plugin.cpp
@@ -31,7 +31,7 @@
#include "sample_library_editor_plugin.h"
#include "io/resource_loader.h"
-#include "globals.h"
+#include "global_config.h"
#include "tools/editor/editor_settings.h"
#include "scene/main/viewport.h"
#include "sample_editor_plugin.h"