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>
This commit is contained in:
parent
d5f85bba13
commit
f55715b60b
1
external/htable.h
vendored
1
external/htable.h
vendored
@ -1,7 +1,6 @@
|
|||||||
/* Licensed under LGPLv2+ - see LICENSE file for details */
|
/* Licensed under LGPLv2+ - see LICENSE file for details */
|
||||||
#ifndef CCAN_HTABLE_H
|
#ifndef CCAN_HTABLE_H
|
||||||
#define CCAN_HTABLE_H
|
#define CCAN_HTABLE_H
|
||||||
#include "config.h"
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user