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
path: root/src/apps
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-08 02:13:13 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-08 02:13:13 +0400
commit7b450e1be795423d436048d4fba9bedb96aa8af7 (patch)
tree08079aa174ed94efbaffa13dbd036baedda78128 /src/apps
parentad4c7ee4cce2e9637a05e5aef01182adb7da856d (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2213 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps')
-rw-r--r--src/apps/mplayerc/AuthDlg.h1
-rw-r--r--src/apps/mplayerc/MiniDump.h1
-rw-r--r--src/apps/mplayerc/PPageSubStyle.h2
-rw-r--r--src/apps/mplayerc/PPageSubtitles.h2
-rw-r--r--src/apps/mplayerc/PlayerNavigationDialog.h2
-rw-r--r--src/apps/mplayerc/PlayerSubresyncBar.h4
-rw-r--r--src/apps/mplayerc/SaveTextFileDialog.h2
-rw-r--r--src/apps/mplayerc/mplayerc.h2
8 files changed, 7 insertions, 9 deletions
diff --git a/src/apps/mplayerc/AuthDlg.h b/src/apps/mplayerc/AuthDlg.h
index ae7ef8533..748cbffe7 100644
--- a/src/apps/mplayerc/AuthDlg.h
+++ b/src/apps/mplayerc/AuthDlg.h
@@ -24,7 +24,6 @@
#pragma once
#include "afxwin.h"
-#include "../apps/mplayerc/resource.h"
// CAuthDlg dialog
diff --git a/src/apps/mplayerc/MiniDump.h b/src/apps/mplayerc/MiniDump.h
index 47d198504..9d708d0f6 100644
--- a/src/apps/mplayerc/MiniDump.h
+++ b/src/apps/mplayerc/MiniDump.h
@@ -37,4 +37,3 @@ private :
static BOOL PreventSetUnhandledExceptionFilter();
static bool m_bMiniDumpEnabled;
};
-
diff --git a/src/apps/mplayerc/PPageSubStyle.h b/src/apps/mplayerc/PPageSubStyle.h
index 661dc19eb..e436e8e89 100644
--- a/src/apps/mplayerc/PPageSubStyle.h
+++ b/src/apps/mplayerc/PPageSubStyle.h
@@ -24,7 +24,7 @@
#pragma once
#include "PPageBase.h"
-#include "../../subtitles/STS.h"
+#include "../../Subtitles/STS.h"
class CColorStatic : public CStatic
diff --git a/src/apps/mplayerc/PPageSubtitles.h b/src/apps/mplayerc/PPageSubtitles.h
index 2ebb6c442..6767fde79 100644
--- a/src/apps/mplayerc/PPageSubtitles.h
+++ b/src/apps/mplayerc/PPageSubtitles.h
@@ -23,7 +23,7 @@
#pragma once
-#include "../../subtitles/STS.h"
+#include "../../Subtitles/STS.h"
// CPPageSubtitles dialog
diff --git a/src/apps/mplayerc/PlayerNavigationDialog.h b/src/apps/mplayerc/PlayerNavigationDialog.h
index aa2776db0..4920c5f74 100644
--- a/src/apps/mplayerc/PlayerNavigationDialog.h
+++ b/src/apps/mplayerc/PlayerNavigationDialog.h
@@ -24,7 +24,7 @@
#include "afxwin.h"
#include "afxcmn.h"
-#include "../../filters/transform/bufferfilter/bufferfilter.h"
+#include "../../filters/transform/BufferFilter/BufferFilter.h"
#include "FloatEdit.h"
#include "DVBChannel.h"
diff --git a/src/apps/mplayerc/PlayerSubresyncBar.h b/src/apps/mplayerc/PlayerSubresyncBar.h
index b61aa5b43..050c50ff0 100644
--- a/src/apps/mplayerc/PlayerSubresyncBar.h
+++ b/src/apps/mplayerc/PlayerSubresyncBar.h
@@ -25,8 +25,8 @@
#include <afxcview.h>
#include "PlayerListCtrl.h"
-#include "../../subtitles/RTS.h"
-#include "../../subtitles/VobSubFile.h"
+#include "../../Subtitles/RTS.h"
+#include "../../Subtitles/VobSubFile.h"
// CPlayerSubresyncBar
diff --git a/src/apps/mplayerc/SaveTextFileDialog.h b/src/apps/mplayerc/SaveTextFileDialog.h
index bba18e85d..1c0325bcc 100644
--- a/src/apps/mplayerc/SaveTextFileDialog.h
+++ b/src/apps/mplayerc/SaveTextFileDialog.h
@@ -23,7 +23,7 @@
#pragma once
-#include "../../subtitles/TextFile.h"
+#include "../../Subtitles/TextFile.h"
// CSaveTextFileDialog
diff --git a/src/apps/mplayerc/mplayerc.h b/src/apps/mplayerc/mplayerc.h
index 171b376b0..4ad856926 100644
--- a/src/apps/mplayerc/mplayerc.h
+++ b/src/apps/mplayerc/mplayerc.h
@@ -30,7 +30,7 @@
#include "resource.h" // main symbols
#include <afxadv.h>
#include <atlsync.h>
-#include "../../subtitles/STS.h"
+#include "../../Subtitles/STS.h"
#include "MediaFormats.h"
#include "FakeFilterMapper2.h"
#include "DVBChannel.h"