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:
authorpovaddict <povaddict@users.sourceforge.net>2010-02-21 00:55:35 +0300
committerpovaddict <povaddict@users.sourceforge.net>2010-02-21 00:55:35 +0300
commitc7a41c0086a8bfcd07530779645d98c80039bd84 (patch)
tree71bee81c5769fe62d26794fcdd8684dfe5b69837 /src/filters/PinInfoWnd.cpp
parent533327a76c8fae761130b12d7dfeb89eaab3f356 (diff)
More #include case fixes.
And in one place, changed "" to <> for system headers. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1687 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/PinInfoWnd.cpp')
-rw-r--r--src/filters/PinInfoWnd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/PinInfoWnd.cpp b/src/filters/PinInfoWnd.cpp
index 24dd52c59..e2d6208b6 100644
--- a/src/filters/PinInfoWnd.cpp
+++ b/src/filters/PinInfoWnd.cpp
@@ -21,7 +21,7 @@
#include "stdafx.h"
#include "PinInfoWnd.h"
-#include "../dsutil/dsutil.h"
+#include "../DSUtil/DSUtil.h"
//
// CPinInfoWnd
@@ -205,4 +205,4 @@ void CPinInfoWnd::OnCbnSelchangeCombo1()
EndEnumMediaTypes(pmt)
m_info_edit.SetSel(0, 0);
-} \ No newline at end of file
+}