1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Cleanup unused header

This commit is contained in:
Martin Capitanio
2019-01-28 00:41:51 +01:00
parent bd55ac8964
commit e07e154ebf

View File

@@ -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();