GRAPHICS: Remove redundant include

This commit is contained in:
Eugene Sandulenko 2023-03-17 14:50:48 +01:00
parent 30623a0ecf
commit d8cde5a2ec
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -23,8 +23,6 @@
#include "graphics/font.h"
#include "graphics/fonts/bdf.h"
#include "common/translation.h"
namespace Common {
DECLARE_SINGLETON(Graphics::FontManager);
}