Codechange: Cleanup unnecessary includes of spritecache.h (#14678)

This commit is contained in:
Peter Nelson
2025-09-28 18:09:57 +01:00
committed by dP
parent d50dd18215
commit 0812a641ae
14 changed files with 6 additions and 13 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
#ifndef FONTCACHE_H
#define FONTCACHE_H
#include "gfx_type.h"
#include "provider_manager.h"
#include "string_type.h"
#include "spritecache.h"
#include "spritecache_type.h"
/** Glyphs are characters from a font. */
typedef uint32_t GlyphID;