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

@ -30,6 +30,8 @@
#include "style_box_texture.h"
#include "servers/rendering/rendering_server.h"
float StyleBoxTexture::get_style_margin(Side p_side) const {
ERR_FAIL_INDEX_V((int)p_side, 4, 0.0);