aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/file.c
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/file.c
parentd97662894bab06133830c2936986b7f1e57ae26f (diff)
downloadblogc-e1db398049adf8ea37cebfc8f816be12f9ba131c.tar.gz
blogc-e1db398049adf8ea37cebfc8f816be12f9ba131c.tar.bz2
blogc-e1db398049adf8ea37cebfc8f816be12f9ba131c.zip
*: centralize error handling
Diffstat (limited to 'src/blogc/file.c')
-rw-r--r--src/blogc/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blogc/file.c b/src/blogc/file.c
index 94148fe..cede962 100644
--- a/src/blogc/file.c
+++ b/src/blogc/file.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <string.h>
#include "file.h"
-#include "errors.h"
#include "../common/error.h"
#include "../common/utf8.h"
#include "../common/utils.h"