浏览代码

Cleanup unused header

Martin Capitanio 6 年之前
父节点
当前提交
e07e154ebf
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      modules/hdr/image_loader_hdr.cpp

+ 0 - 2
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();