From 55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 7 Jul 2016 22:59:54 +0200 Subject: *: fixed includes this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report! --- src/error.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/error.h') diff --git a/src/error.h b/src/error.h index acaf49e..31fbaf2 100644 --- a/src/error.h +++ b/src/error.h @@ -9,8 +9,7 @@ #ifndef _ERROR_H #define _ERROR_H -#include -#include +#include typedef enum { BLOGC_ERROR_SOURCE_PARSER = 1, -- cgit v1.2.3-18-g5258