From 148748b82c29160224486af7eed0d62f37031cb6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 31 May 2016 14:25:12 +0100 Subject: fix missing header for amiga warn user call --- frontends/amiga/ctxmenu.c | 2 +- frontends/amiga/font_bullet.c | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/ctxmenu.c b/frontends/amiga/ctxmenu.c index 2b6691fde..f9c873cff 100644 --- a/frontends/amiga/ctxmenu.c +++ b/frontends/amiga/ctxmenu.c @@ -56,7 +56,7 @@ #include "amiga/plugin_hack.h" #include "amiga/theme.h" #include "amiga/utf8.h" - +#include "amiga/misc.h" enum { AMI_CTX_ID_NONE = 0, diff --git a/frontends/amiga/font_bullet.c b/frontends/amiga/font_bullet.c index 3032b9735..67204d664 100644 --- a/frontends/amiga/font_bullet.c +++ b/frontends/amiga/font_bullet.c @@ -16,6 +16,11 @@ * along with this program. If not, see . */ +/** + * \file + * Amiga font handling implementation + */ + #include "amiga/os3support.h" #include @@ -31,15 +36,17 @@ #include #include +#include "utils/log.h" +#include "utils/nsoption.h" +#include "utils/utf8.h" +#include "utils/utils.h" + +#include "amiga/misc.h" #include "amiga/font.h" #include "amiga/font_bullet.h" #include "amiga/font_cache.h" #include "amiga/font_scan.h" -#include "utils/log.h" -#include "utils/nsoption.h" -#include "utils/utf8.h" -#include "utils/utils.h" #define NSA_UNICODE_FONT PLOT_FONT_FAMILY_COUNT -- cgit v1.2.3