mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Cleanup unused header
This commit is contained in:
@@ -33,8 +33,6 @@
|
|||||||
#include "core/os/os.h"
|
#include "core/os/os.h"
|
||||||
#include "core/print_string.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) {
|
Error ImageLoaderHDR::load_image(Ref<Image> p_image, FileAccess *f, bool p_force_linear, float p_scale) {
|
||||||
|
|
||||||
String header = f->get_token();
|
String header = f->get_token();
|
||||||
|
|||||||
Reference in New Issue
Block a user