aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/StdAfx.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Windows/StdAfx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CPP/Windows/StdAfx.h b/CPP/Windows/StdAfx.h
index bd5084f..4441a5f 100644
--- a/CPP/Windows/StdAfx.h
+++ b/CPP/Windows/StdAfx.h
@@ -6,7 +6,6 @@
6#if defined(_MSC_VER) && _MSC_VER >= 1800 6#if defined(_MSC_VER) && _MSC_VER >= 1800
7#pragma warning(disable : 4464) // relative include path contains '..' 7#pragma warning(disable : 4464) // relative include path contains '..'
8#endif 8#endif
9
10#include "../Common/Common.h" 9#include "../Common/Common.h"
11 10
12#endif 11#endif