From 1a8009f4773c591717775c4a768ae61030c52453 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 30 Sep 2014 01:39:22 +0200 Subject: introduce mpd-notification.h --- mpd-notification.c | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'mpd-notification.c') diff --git a/mpd-notification.c b/mpd-notification.c index b647a8c..00a9110 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -5,24 +5,7 @@ * of the GNU General Public License, incorporated herein by reference. */ -#include - -#include - -#include -#include -#include -#include -#include -#include -#include - -#include "config.h" -#include "version.h" - -#define PROGNAME "mpd-notification" - -#define NOTIFICATION_TIMEOUT 10000 +#include "mpd-notification.h" const static char optstring[] = "hH:m:p:v"; const static struct option options_long[] = { -- cgit v1.2.3-54-g00ecf