diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CommandError.hxx | 2 | ||||
-rw-r--r-- | src/Playlist.hxx | 2 | ||||
-rw-r--r-- | src/PlaylistError.hxx (renamed from src/playlist_error.h) | 6 | ||||
-rw-r--r-- | src/PlaylistQueue.hxx | 2 | ||||
-rw-r--r-- | src/PlaylistSave.hxx | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/src/CommandError.hxx b/src/CommandError.hxx index 5fb021220..04d0aeb21 100644 --- a/src/CommandError.hxx +++ b/src/CommandError.hxx @@ -21,7 +21,7 @@ #define MPD_COMMAND_ERROR_HXX #include "command.h" -#include "playlist_error.h" +#include "PlaylistError.hxx" #include "gerror.h" class Client; diff --git a/src/Playlist.hxx b/src/Playlist.hxx index a4594368e..82cac37c5 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -21,7 +21,7 @@ #define MPD_PLAYLIST_HXX #include "Queue.hxx" -#include "playlist_error.h" +#include "PlaylistError.hxx" struct player_control; struct Song; diff --git a/src/playlist_error.h b/src/PlaylistError.hxx index 9871a0365..2750b82ba 100644 --- a/src/playlist_error.h +++ b/src/PlaylistError.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 @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_PLAYLIST_ERROR_H -#define MPD_PLAYLIST_ERROR_H +#ifndef MPD_PLAYLIST_ERROR_HXX +#define MPD_PLAYLIST_ERROR_HXX #include "gcc.h" diff --git a/src/PlaylistQueue.hxx b/src/PlaylistQueue.hxx index cda77c818..5a5cc641d 100644 --- a/src/PlaylistQueue.hxx +++ b/src/PlaylistQueue.hxx @@ -24,7 +24,7 @@ #ifndef MPD_PLAYLIST_QUEUE_HXX #define MPD_PLAYLIST_QUEUE_HXX -#include "playlist_error.h" +#include "PlaylistError.hxx" struct playlist_provider; struct playlist; diff --git a/src/PlaylistSave.hxx b/src/PlaylistSave.hxx index 382df1b19..075ef2ea1 100644 --- a/src/PlaylistSave.hxx +++ b/src/PlaylistSave.hxx @@ -20,7 +20,7 @@ #ifndef MPD_PLAYLIST_SAVE_H #define MPD_PLAYLIST_SAVE_H -#include "playlist_error.h" +#include "PlaylistError.hxx" #include <stdio.h> |