From 4f43140468cefba39573d1efbded5258fcc56c93 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 06:47:41 +0200 Subject: Port pianobar to Windows: - use newly introduced console.h instead of terminal.h which emulate some behavior of VT terminals - replace ffmpeg/libov player with more abstract one with DirectShow implementation --- src/settings.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index d35a64c..d0fdbfa 100644 --- a/src/settings.h +++ b/src/settings.h @@ -28,6 +28,8 @@ THE SOFTWARE. #include +#include "ui_types.h" + /* update structure in ui_dispatch.h if you add shortcuts here */ typedef enum { BAR_KS_HELP = 0, @@ -76,8 +78,6 @@ typedef enum { BAR_SORT_COUNT = 6, } BarStationSorting_t; -#include "ui_types.h" - typedef struct { char *prefix; char *postfix; @@ -107,8 +107,6 @@ typedef struct { BarMsgFormatStr_t msgFormat[MSG_COUNT]; } BarSettings_t; -#include - void BarSettingsInit (BarSettings_t *); void BarSettingsDestroy (BarSettings_t *); void BarSettingsRead (BarSettings_t *); -- cgit v1.2.3