From e6ae40982e89053a4326058e726422ef7602bd1a Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Tue, 2 Dec 2008 02:42:19 +0100 Subject: replaced mpd_noreturn by G_GNUC_NORETURN We want to remove gcc.h eventually. This takes care of all the G_GNUC_NORETURN macros. --- src/state_file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/state_file.h') diff --git a/src/state_file.h b/src/state_file.h index d92392437..0fa1793d5 100644 --- a/src/state_file.h +++ b/src/state_file.h @@ -19,10 +19,10 @@ #ifndef MPD_STATE_FILE_H #define MPD_STATE_FILE_H -#include "gcc.h" +#include void write_state_file(void); void read_state_file(void); -void mpd_noreturn state_file_fatal(void); +void G_GNUC_NORETURN state_file_fatal(void); #endif /* STATE_FILE_H */ -- cgit v1.2.3