summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index 3cf60aeac3..c775128cd9 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -23,9 +23,9 @@
23 * Incore font and image definitions 23 * Incore font and image definitions
24 */ 24 */
25#include "config.h" 25#include "config.h"
26#include "sysfont.h"
27 26
28#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 27#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
28#include "sysfont.h"
29 29
30/* max static loadable font buffer size */ 30/* max static loadable font buffer size */
31#ifndef MAX_FONT_SIZE 31#ifndef MAX_FONT_SIZE