Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-16 02:34:54 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-16 02:34:54 +0400
commit8148f22a09501192ad785e3243e01da7f467d8fe (patch)
treeca029f52bdb6f313a5a5f319db7cfcaf19c957c7 /src/filters/source/ShoutcastSource
parent4e77d4e4e9a302282a385724870db9cd1538a5f9 (diff)
use double quotes for our includes
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5146 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/source/ShoutcastSource')
-rw-r--r--src/filters/source/ShoutcastSource/ShoutcastSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
index b7d9c6d80..639d101e4 100644
--- a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
+++ b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
@@ -27,7 +27,7 @@
#endif
#include "ShoutcastSource.h"
#include "../../../DSUtil/DSUtil.h"
-#include <moreuuids.h>
+#include "moreuuids.h"
#define MAXFRAMESIZE ((144 * 320000 / 8000) + 1)
#define BUFFERS 2