diff options
| -rw-r--r-- | src/qmmpui/playlistitem.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 <QMap> +#include <qmmp/fileinfo.h> #include <qmmp/qmmp.h> -class FileInfo; -class QSettings; - /** @brief The PlayListItem class provides an item for use with the PlayListModel class. * @author Ilya Kotov <forkotov02@hotmail.ru> */ |
