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>2010-02-06 22:28:41 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-02-06 22:28:41 +0300
commit8d6d97d2c0d9783669739e46859da845f9a2f748 (patch)
tree437f615c44fb131d39c1ff14b39d4d6b3b13a5f9 /src/apps/mplayerc/FGManager.cpp
parent7eb1d106242bbf89c299082564562bec8746063b (diff)
Refactored DX9AllocatorPresenter; separate the classes to different files.
Patch by kinddragon. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1620 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/FGManager.cpp')
-rw-r--r--src/apps/mplayerc/FGManager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/apps/mplayerc/FGManager.cpp b/src/apps/mplayerc/FGManager.cpp
index 53b19528e..7db68a1c9 100644
--- a/src/apps/mplayerc/FGManager.cpp
+++ b/src/apps/mplayerc/FGManager.cpp
@@ -27,8 +27,7 @@
#include "..\..\DSUtil\DSUtil.h"
#include "..\..\Filters\Filters.h"
#include "DX7AllocatorPresenter.h"
-#include "DX9AllocatorPresenter.h"
-#include "EVRAllocatorPresenter.h"
+#include "AllocatorCommon.h"
#include "SyncAllocatorPresenter.h"
#include "DeinterlacerFilter.h"
#include "internal_filter_config.h"