aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/template-parser.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-09 01:13:23 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-09 01:13:23 +0200
commite1db398049adf8ea37cebfc8f816be12f9ba131c (patch)
treeae6efacc5172caf211abe65510c105029ee2e09e /src/blogc/template-parser.h
parentd97662894bab06133830c2936986b7f1e57ae26f (diff)
downloadblogc-e1db398049adf8ea37cebfc8f816be12f9ba131c.tar.gz
blogc-e1db398049adf8ea37cebfc8f816be12f9ba131c.tar.bz2
blogc-e1db398049adf8ea37cebfc8f816be12f9ba131c.zip
*: centralize error handling
Diffstat (limited to 'src/blogc/template-parser.h')
-rw-r--r--src/blogc/template-parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blogc/template-parser.h b/src/blogc/template-parser.h
index 3ed3b07..e17a9a9 100644
--- a/src/blogc/template-parser.h
+++ b/src/blogc/template-parser.h
@@ -10,7 +10,6 @@
#define _TEMPLATE_PARSER_H
#include <stddef.h>
-#include "errors.h"
#include "../common/error.h"
#include "../common/utils.h"