From e45fe3af3c2ae427c56e667aba4593c60af5c22a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 26 May 2013 10:40:28 +0000 Subject: fixed includes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3482 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistitem.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index 2e6b974bd..82e022e39 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,11 +21,9 @@ #define PLAYLISTITEM_H #include +#include #include -class FileInfo; -class QSettings; - /** @brief The PlayListItem class provides an item for use with the PlayListModel class. * @author Ilya Kotov */ -- cgit v1.2.3-13-gbd6f