summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/font_pango.c')
-rw-r--r--gtk/font_pango.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/font_pango.c b/gtk/font_pango.c
index 1cb536e9e..c49b32b25 100644
--- a/gtk/font_pango.c
+++ b/gtk/font_pango.c
@@ -27,12 +27,13 @@
#include <stdio.h>
#include <gtk/gtk.h>
-#include "gtk/font_pango.h"
-#include "gtk/plotters.h"
-#include "render/font.h"
#include "utils/utils.h"
#include "utils/log.h"
#include "utils/nsoption.h"
+#include "desktop/font.h"
+
+#include "gtk/font_pango.h"
+#include "gtk/plotters.h"
static bool nsfont_width(const plot_font_style_t *fstyle,
const char *string, size_t length,