aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistState.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistState.cxx')
-rw-r--r--src/PlaylistState.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistState.cxx b/src/PlaylistState.cxx
index 1bb18250f..92aa62947 100644
--- a/src/PlaylistState.cxx
+++ b/src/PlaylistState.cxx
@@ -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
@@ -24,11 +24,11 @@
#include "config.h"
#include "PlaylistState.hxx"
+#include "Playlist.hxx"
#include "QueueSave.hxx"
#include "TextFile.hxx"
extern "C" {
-#include "playlist.h"
#include "player_control.h"
#include "conf.h"
}