summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-07-30 11:08:55 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-07-30 11:08:55 +0200
commitf55715b60be8405b673d567f4464646584eb526d (patch)
treec6889cc90245cbe136dca97430d5965e5024b42c /external
parentd5f85bba1348194c9dc74e0a79877b37da5ad630 (diff)
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 <dh.herrmann@googlemail.com>
Diffstat (limited to 'external')
-rw-r--r--external/htable.h1
1 files changed, 0 insertions, 1 deletions
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 <stdint.h>
#include <stdbool.h>
#include <stdlib.h>