From e07e154ebf0f655fa6a6600c2a78206bdcceb7ee Mon Sep 17 00:00:00 2001 From: Martin Capitanio Date: Mon, 28 Jan 2019 00:41:51 +0100 Subject: [PATCH] Cleanup unused header --- modules/hdr/image_loader_hdr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/hdr/image_loader_hdr.cpp b/modules/hdr/image_loader_hdr.cpp index eb424d36f84b..f75a4a926a14 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 p_image, FileAccess *f, bool p_force_linear, float p_scale) { String header = f->get_token();