=== modified file 't/01base.c' --- t/01base.c 2011-03-31 12:51:21 +0000 +++ t/01base.c 2011-03-31 11:13:37 +0000 @@ -1,5 +1,5 @@ #include -#include "../termkey.h" +#include "termkey.h" #include "taplib.h" int main(int argc, char *argv[]) === modified file 't/02getkey.c' --- t/02getkey.c 2011-03-31 12:51:21 +0000 +++ t/02getkey.c 2011-03-31 11:47:09 +0000 @@ -1,5 +1,5 @@ #include -#include "../termkey.h" +#include "termkey.h" #include "taplib.h" int main(int argc, char *argv[]) === modified file 't/10keyname.c' --- t/10keyname.c 2011-03-31 12:51:21 +0000 +++ t/10keyname.c 2011-03-31 12:43:16 +0000 @@ -1,4 +1,4 @@ -#include "../termkey.h" +#include "termkey.h" #include "taplib.h" int main(int argc, char *argv[])