aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-make/ctx.c')
-rw-r--r--src/blogc-make/ctx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blogc-make/ctx.c b/src/blogc-make/ctx.c
index 454f99a..2a4426d 100644
--- a/src/blogc-make/ctx.c
+++ b/src/blogc-make/ctx.c
@@ -6,13 +6,12 @@
* See the file LICENSE.
*/
-#include <sys/types.h>
#include <sys/stat.h>
-#include <unistd.h>
#include <libgen.h>
#include <time.h>
#include <stdlib.h>
#include <stdbool.h>
+#include "../common/error.h"
#include "../common/file.h"
#include "../common/utils.h"
#include "atom.h"