X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=src%2Fstringpool.c;h=4a0a46b06027120b21116428f389ac548b18216c;hp=27388cc12551bfd4231a095092b1beb09730fec2;hb=c182393feeefa622567490b6ebf104cb0a2a3996;hpb=5df10c90415a660d463764b1c7a757f3275f4043 diff --git a/src/stringpool.c b/src/stringpool.c index 27388cc..4a0a46b 100644 --- a/src/stringpool.c +++ b/src/stringpool.c @@ -234,8 +234,6 @@ LOC_EXPORT void loc_stringpool_dump(struct loc_stringpool* pool) { } } -#include - LOC_EXPORT int loc_stringpool_read(struct loc_stringpool* pool, FILE* f, off_t offset, size_t length) { DEBUG(pool->ctx, "Reading string pool from %zu (%zu bytes)\n", offset, length);