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

Remove extraneous includes from texture.h.

This commit is contained in:
Lukas Tenbrink
2025-10-10 17:19:55 +02:00
parent 295e465fe4
commit 985e6178b4
33 changed files with 48 additions and 8 deletions

View File

@@ -33,6 +33,7 @@
#include "core/io/image_loader.h"
#include "scene/resources/bit_map.h"
#include "scene/resources/placeholder_textures.h"
#include "servers/rendering/rendering_server.h"
void ImageTexture::reload_from_file() {
String path = ResourceLoader::path_remap(get_path());