From df21aa1299a28e88c5729a81e1615e771f48d7b0 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 24 Sep 2016 11:07:58 -0400 Subject: [PATCH] gui: Header file cleanup Signed-off-by: Anna Schumaker --- gui/audio.c | 2 -- gui/model.c | 1 - include/gui/artwork.h | 1 + include/gui/audio.h | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gui/audio.c b/gui/audio.c index 7c27b942..5deec1b5 100644 --- a/gui/audio.c +++ b/gui/audio.c @@ -1,8 +1,6 @@ /* * Copyright 2014 (c) Anna Schumaker. */ -#include -#include #include #include #include diff --git a/gui/model.c b/gui/model.c index 28ae6d51..734c60eb 100644 --- a/gui/model.c +++ b/gui/model.c @@ -2,7 +2,6 @@ * Copyright 2016 (c) Anna Schumaker. */ #include -#include #include #include #include diff --git a/include/gui/artwork.h b/include/gui/artwork.h index 7835c65b..a773c947 100644 --- a/include/gui/artwork.h +++ b/include/gui/artwork.h @@ -3,6 +3,7 @@ */ #ifndef OCARINA_GUI_ARTWORK_H #define OCARINA_GUI_ARTWORK_H +#include #include /* Called to set artwork for a track. */ diff --git a/include/gui/audio.h b/include/gui/audio.h index 4c141955..c7fc2e91 100644 --- a/include/gui/audio.h +++ b/include/gui/audio.h @@ -3,6 +3,7 @@ */ #ifndef OCARINA_GUI_AUDIO_H #define OCARINA_GUI_AUDIO_H +#include #include /* Audio callback functions. */