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:
Diffstat (limited to 'src/filters/source/shoutcastsource/ShoutcastSource.cpp')
-rw-r--r--src/filters/source/shoutcastsource/ShoutcastSource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/source/shoutcastsource/ShoutcastSource.cpp b/src/filters/source/shoutcastsource/ShoutcastSource.cpp
index f5f4d93ef..729aecde7 100644
--- a/src/filters/source/shoutcastsource/ShoutcastSource.cpp
+++ b/src/filters/source/shoutcastsource/ShoutcastSource.cpp
@@ -22,7 +22,7 @@
#include "stdafx.h"
#include <initguid.h>
#include "shoutcastsource.h"
-#include "..\..\..\DSUtil\DSUtil.h"
+#include "../../../DSUtil/DSUtil.h"
#include <moreuuids.h>
#define MAXFRAMESIZE ((144 * 320000 / 8000) + 1)
@@ -111,7 +111,7 @@ STDAPI DllUnregisterServer()
return AMovieDllRegisterServer2(FALSE);
}
-#include "..\..\FilterApp.h"
+#include "../../FilterApp.h"
class CShoutcastSourceApp : public CFilterApp
{