diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-27 02:34:19 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-04-27 02:34:19 +0200 |
commit | 9699bf0ce6b34c0d05c509925f3367f2200caad5 (patch) | |
tree | 4f8d77c46dff7e1a74d07590e65d8191332ed6ad /tests/check_template_parser.c | |
parent | 74b2ee22a6b60d53b1241e0c52284b288e561599 (diff) | |
download | blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.gz blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.bz2 blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.zip |
remove squareball for good
Diffstat (limited to 'tests/check_template_parser.c')
-rw-r--r-- | tests/check_template_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_template_parser.c b/tests/check_template_parser.c index ed4328b..40a09be 100644 --- a/tests/check_template_parser.c +++ b/tests/check_template_parser.c @@ -17,7 +17,7 @@ #include <string.h> #include "../src/template-parser.h" #include "../src/error.h" -#include <squareball.h> +#include "../src/utils.h" static void |