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-07-15 14:05:41 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-07-15 14:05:41 +0400
commitc8ad2f029da16aeaff49ec43bdf3c6837f22b6a4 (patch)
tree597b27eb298c984038f1b38c170de9faa81b0936 /src/filters/muxer
parent292004b705e77950576730ba6dea321eb124542f (diff)
update stdafx.h, remove SharedInclude.h where it's not needed
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5473 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/muxer')
-rw-r--r--src/filters/muxer/BaseMuxer/stdafx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/filters/muxer/BaseMuxer/stdafx.h b/src/filters/muxer/BaseMuxer/stdafx.h
index 1c903ef76..ca5b694c1 100644
--- a/src/filters/muxer/BaseMuxer/stdafx.h
+++ b/src/filters/muxer/BaseMuxer/stdafx.h
@@ -39,8 +39,5 @@
#include <atlbase.h>
#include <atlcoll.h>
-#include <dshow.h>
-#include "BaseClasses/streams.h"
-#include <dvdmedia.h>
-
+#include "stdafx_common.h"
#include "../../../DSUtil/DSUtil.h"