summaryrefslogtreecommitdiff
path: root/fzytest.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 19:42:43 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 20:53:52 -0700
commit854c2bdd159b5ca1d10db2603fcb448ebe8fdcba (patch)
treefcbbcded7368dd6bfbfefcc79031914245ead7fb /fzytest.c
parenteef1eb52777c21e55ebc030b3ac6eb25fb4411ba (diff)
Cleanup headers
Diffstat (limited to 'fzytest.c')
-rw-r--r--fzytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzytest.c b/fzytest.c
index 3842920..cc20d0e 100644
--- a/fzytest.c
+++ b/fzytest.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "fzy.h"
+#include "match.h"
int testsrun = 0, testsfailed = 0, assertionsrun = 0;