diff options
author | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2017-02-23 17:47:25 +0200 |
---|---|---|
committer | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2017-02-23 17:47:25 +0200 |
commit | 53921faa9114f57bd83a33404e7e216db0f27a33 (patch) | |
tree | 76767593ecdc5750fa0ee3bfbf77c95fadec24cf /scene/io | |
parent | d0973e645cc82ef643153f920dba5ee2586f08cb (diff) |
Complete the globals.h -> global_config.h conversion
Diffstat (limited to 'scene/io')
-rw-r--r-- | scene/io/resource_format_image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/io/resource_format_image.cpp b/scene/io/resource_format_image.cpp index 4d15ab86fd..8bb07adb5f 100644 --- a/scene/io/resource_format_image.cpp +++ b/scene/io/resource_format_image.cpp @@ -31,7 +31,7 @@ #if 0 #include "scene/resources/texture.h" #include "io/image_loader.h" -#include "globals.h" +#include "global_config.h" #include "os/os.h" RES ResourceFormatLoaderImage::load(const String &p_path, const String& p_original_path, Error *r_error) { |