external: htable: remove config.h inclusion
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 30 Jul 2012 09:08:55 +0000 (11:08 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 30 Jul 2012 09:08:55 +0000 (11:08 +0200)
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>
external/htable.h

index ed668e7..c555189 100644 (file)
@@ -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>