summaryrefslogtreecommitdiff
path: root/monkey/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/font.c')
-rw-r--r--monkey/font.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/monkey/font.c b/monkey/font.c
index c4f4bffe1..3b6ca4fdc 100644
--- a/monkey/font.c
+++ b/monkey/font.c
@@ -16,10 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "render/font.h"
#include "utils/nsoption.h"
#include "utils/utf8.h"
-
+#include "desktop/font.h"
static bool nsfont_width(const plot_font_style_t *fstyle,
const char *string, size_t length,