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/thirdparty/ResizableLib
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/thirdparty/ResizableLib')
-rw-r--r--src/thirdparty/ResizableLib/stdafx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thirdparty/ResizableLib/stdafx.h b/src/thirdparty/ResizableLib/stdafx.h
index 6a859ed68..eb951bcb6 100644
--- a/src/thirdparty/ResizableLib/stdafx.h
+++ b/src/thirdparty/ResizableLib/stdafx.h
@@ -23,8 +23,6 @@
#pragma once
-#include "../../DSUtil/SharedInclude.h"
-
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#endif