From f33d9dcc8cd6b0e46908d506fda34eae398f0272 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Apr 2016 23:56:29 +0100 Subject: cleanup unneeded includes in utils.h after API simplification --- atari/cookies.c | 2 ++ atari/history.c | 1 + atari/plot/font_internal.c | 1 + atari/plot/plot.c | 1 + atari/settings.c | 3 ++- 5 files changed, 7 insertions(+), 1 deletion(-) (limited to 'atari') diff --git a/atari/cookies.c b/atari/cookies.c index 1f0aa441d..6019b4730 100644 --- a/atari/cookies.c +++ b/atari/cookies.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#include + #include "utils/log.h" #include "utils/messages.h" #include "desktop/mouse.h" diff --git a/atari/history.c b/atari/history.c index 753f83559..ba72c7f00 100644 --- a/atari/history.c +++ b/atari/history.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include "utils/log.h" diff --git a/atari/plot/font_internal.c b/atari/plot/font_internal.c index 1578b39d6..89a56d0e5 100644 --- a/atari/plot/font_internal.c +++ b/atari/plot/font_internal.c @@ -19,6 +19,7 @@ #ifdef WITH_INTERNAL_FONT_DRIVER +#include #include #include "utils/utf8.h" diff --git a/atari/plot/plot.c b/atari/plot/plot.c index ef5c30026..45e4cead2 100644 --- a/atari/plot/plot.c +++ b/atari/plot/plot.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include #include diff --git a/atari/settings.c b/atari/settings.c index 26e3667f1..3bfa4bbf8 100644 --- a/atari/settings.c +++ b/atari/settings.c @@ -17,6 +17,7 @@ * */ +#include #include #include #include @@ -978,7 +979,7 @@ void open_settings(void) void close_settings(void) { - LOG(""); + LOG("closing"); gemtk_wm_remove(settings_guiwin); settings_guiwin = NULL; wind_close(h_aes_win); -- cgit v1.2.3