summaryrefslogtreecommitdiffstats
path: root/external/zxcvbn-c/zxcvbn-c-2.5-do-not-use-stdafx.patch
blob: 1b5151995067571e06e72a90470fec99ceaed365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/zxcvbn-c/zxcvbn.c
+++ b/zxcvbn-c/zxcvbn.c
@@ -44,11 +44,6 @@
 #endif
 #endif

-/* For pre-compiled headers under windows */
-#ifdef _WIN32
-#include "stdafx.h"
-#endif
-
 /* Minimum number of characters in a incrementing/decrementing sequence match */
 #define MIN_SEQUENCE_LEN 3