diff options
Diffstat (limited to '')
-rw-r--r-- | src/MixerControl.hxx (renamed from src/mixer_control.h) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mixer_control.h b/src/MixerControl.hxx index 46219e5dd..ee1e959da 100644 --- a/src/mixer_control.h +++ b/src/MixerControl.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,13 +22,11 @@ * Functions which manipulate a #mixer object. */ -#ifndef MPD_MIXER_CONTROL_H -#define MPD_MIXER_CONTROL_H +#ifndef MPD_MIXER_CONTROL_HXX +#define MPD_MIXER_CONTROL_HXX #include "gerror.h" -#include <stdbool.h> - struct mixer; struct mixer_plugin; struct config_param; |