diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-28 09:53:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 09:53:16 +0100 |
commit | 7fe66bc70f7004a2e516e39ccdc1f700eacdc77d (patch) | |
tree | c8c25178bbc74e03d43c5c9fe5c9f5e6a8915368 | |
parent | de1c3f3c89911d0822601a64d1328155c8968879 (diff) | |
parent | e07e154ebf0f655fa6a6600c2a78206bdcceb7ee (diff) |
Merge pull request #25401 from capnm/capnm-cleanup
Cleanup unused header file
-rw-r--r-- | modules/hdr/image_loader_hdr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/hdr/image_loader_hdr.cpp b/modules/hdr/image_loader_hdr.cpp index eb424d36f8..f75a4a926a 100644 --- a/modules/hdr/image_loader_hdr.cpp +++ b/modules/hdr/image_loader_hdr.cpp @@ -33,8 +33,6 @@ #include "core/os/os.h" #include "core/print_string.h" -#include "thirdparty/tinyexr/tinyexr.h" - Error ImageLoaderHDR::load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear, float p_scale) { String header = f->get_token(); |