aboutsummaryrefslogtreecommitdiffstats
path: root/src/file.c
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-27 02:34:19 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-04-27 02:34:19 +0200
commit9699bf0ce6b34c0d05c509925f3367f2200caad5 (patch)
tree4f8d77c46dff7e1a74d07590e65d8191332ed6ad /src/file.c
parent74b2ee22a6b60d53b1241e0c52284b288e561599 (diff)
downloadblogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.gz
blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.tar.bz2
blogc-9699bf0ce6b34c0d05c509925f3367f2200caad5.zip
remove squareball for good
Diffstat (limited to 'src/file.c')
-rw-r--r--src/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.c b/src/file.c
index dec7c1b..f784d93 100644
--- a/src/file.c
+++ b/src/file.c
@@ -14,9 +14,9 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
-#include <squareball.h>
#include "file.h"
#include "error.h"
+#include "utils.h"
// this would belong to loader.c, but we need it in a separated file to be
// able to mock it when unit testing the loader functions.