diff options
author | Martin Capitanio <capnm@capitanio.org> | 2019-01-28 00:41:51 +0100 |
---|---|---|
committer | Martin Capitanio <capnm@capitanio.org> | 2019-01-28 06:29:39 +0100 |
commit | e07e154ebf0f655fa6a6600c2a78206bdcceb7ee (patch) | |
tree | a780fd5cfb7ba5788a176988d46df966b73341f5 /modules/hdr | |
parent | bd55ac89646060359760c0fdcf39fef14d1a7fea (diff) |
Cleanup unused header
Diffstat (limited to 'modules/hdr')
-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(); |