Fix a stupid typo and a wrong include (<> instead of "")

This commit is contained in:
Thomas Frauendorfer 2008-02-28 23:48:56 +01:00
parent 9772abae05
commit 2b551ef00b
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
//include "Playlist.h"
#include <xmmsclient/xmmsclient++.h>
#include <entryinfo.h>
#include "entryinfo.h"
class Skin;
#include <QObject>