diff options
-rw-r--r-- | mpd-notification.h | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/mpd-notification.h b/mpd-notification.h index 52fbec9..591b763 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -10,23 +10,20 @@ #define _GNU_SOURCE -#include <iniparser.h> - -#include <mpd/client.h> - -#include <libnotify/notify.h> +#include <getopt.h> +#include <regex.h> +#include <signal.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <unistd.h> +#include <iniparser.h> #ifdef HAVE_LIBAV #include <libavformat/avformat.h> #endif - -#include <stdio.h> -#include <unistd.h> -#include <stdlib.h> -#include <string.h> -#include <signal.h> -#include <getopt.h> -#include <regex.h> +#include <libnotify/notify.h> +#include <mpd/client.h> #include "config.h" #include "version.h" |