--- 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