diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistInternal.hxx (renamed from src/playlist_internal.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/playlist_internal.h b/src/PlaylistInternal.hxx index 81b175176..f0cad8e68 100644 --- a/src/playlist_internal.h +++ b/src/PlaylistInternal.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,10 +22,10 @@ * */ -#ifndef PLAYLIST_INTERNAL_H -#define PLAYLIST_INTERNAL_H +#ifndef MPD_PLAYLIST_INTERNAL_HXX +#define MPD_PLAYLIST_INTERNAL_HXX -#include "playlist.h" +#include "Playlist.hxx" struct player_control; |