summaryrefslogtreecommitdiffstats
path: root/scene/resources/atlas_texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/atlas_texture.cpp')
-rw-r--r--scene/resources/atlas_texture.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/atlas_texture.cpp b/scene/resources/atlas_texture.cpp
index 6aed68849b..ef2f1eb135 100644
--- a/scene/resources/atlas_texture.cpp
+++ b/scene/resources/atlas_texture.cpp
@@ -30,8 +30,6 @@
#include "atlas_texture.h"
-#include "core/core_string_names.h"
-
int AtlasTexture::get_width() const {
if (region.size.width == 0) {
if (atlas.is_valid()) {