PlayerControl: update include guard

This commit is contained in:
Max Kellermann 2014-08-30 00:02:11 +02:00
parent a4f9d6d98b
commit ce42d53a09

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_PLAYER_H
#define MPD_PLAYER_H
#ifndef MPD_PLAYER_CONTROL_HXX
#define MPD_PLAYER_CONTROL_HXX
#include "AudioFormat.hxx"
#include "thread/Mutex.hxx"