aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinemanager.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-05-12 08:27:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-05-12 08:27:38 +0000
commit90c714810877653768549df085aa6f41d20ec496 (patch)
tree70c7df142292da1be330657955b698feaa7f183c /src/qmmpui/commandlinemanager.cpp
parentf2e74502e7d468d6f6a01f037c431d696fa5647b (diff)
downloadqmmp-90c714810877653768549df085aa6f41d20ec496.tar.gz
qmmp-90c714810877653768549df085aa6f41d20ec496.tar.bz2
qmmp-90c714810877653768549df085aa6f41d20ec496.zip
fixed includes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7167 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/commandlinemanager.cpp')
-rw-r--r--src/qmmpui/commandlinemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/commandlinemanager.cpp b/src/qmmpui/commandlinemanager.cpp
index ac2e95aaa..bb86e305a 100644
--- a/src/qmmpui/commandlinemanager.cpp
+++ b/src/qmmpui/commandlinemanager.cpp
@@ -27,8 +27,8 @@
#include <iostream>
#include <qmmp/qmmp.h>
#include <qmmp/soundcore.h>
-#include <qmmpui/uihelper.h>
-#include <qmmpui/mediaplayer.h>
+#include "uihelper.h"
+#include "mediaplayer.h"
#include "commandlinemanager.h"
using namespace std;