소스 검색

Merge pull request #25401 from capnm/capnm-cleanup

Cleanup unused header file
Rémi Verschelde 6 년 전
부모
커밋
7fe66bc70f
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();