From f55715b60be8405b673d567f4464646584eb526d Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 30 Jul 2012 11:08:55 +0200 Subject: external: htable: remove config.h inclusion There is no need to include config.h manually so remove this to avoid compilation errors when compiling external applications. Signed-off-by: David Herrmann --- external/htable.h | 1 - 1 file changed, 1 deletion(-) (limited to 'external') diff --git a/external/htable.h b/external/htable.h index ed668e7..c555189 100644 --- a/external/htable.h +++ b/external/htable.h @@ -1,7 +1,6 @@ /* Licensed under LGPLv2+ - see LICENSE file for details */ #ifndef CCAN_HTABLE_H #define CCAN_HTABLE_H -#include "config.h" #include #include #include -- cgit v1.2.3