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 /src/template-parser.h | |
parent | 74b2ee22a6b60d53b1241e0c52284b288e561599 (diff) | |
download | blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.gz blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.bz2 blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.zip |
remove squareball for good
Diffstat (limited to 'src/template-parser.h')
-rw-r--r-- | src/template-parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template-parser.h b/src/template-parser.h index de5113e..a8b4e8b 100644 --- a/src/template-parser.h +++ b/src/template-parser.h @@ -9,8 +9,8 @@ #ifndef _TEMPLATE_PARSER_H #define _TEMPLATE_PARSER_H -#include <squareball.h> #include "error.h" +#include "utils.h" /* * note: whitespace cleaners are NOT added to ast. we fix strings right during |