From fee8d69e82e09c67215c8fb0129c7e924170d00f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 24 Sep 2016 16:44:14 -0700 Subject: Angled-include zxcvbn.h To build as a shared/static library. --- test.c | 2 +- zxcvbn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index 9d74ce5..bb0f8bd 100644 --- a/test.c +++ b/test.c @@ -34,7 +34,7 @@ #include #include #include -#include "zxcvbn.h" +#include /* For pre-compiled headers under windows */ #ifdef _WIN32 diff --git a/zxcvbn.c b/zxcvbn.c index c29c20c..aa0a881 100644 --- a/zxcvbn.c +++ b/zxcvbn.c @@ -30,7 +30,7 @@ * **********************************************************************************/ -#include "zxcvbn.h" +#include #include #include #include -- cgit v1.2.3