From 885557493828924b103a6de1647d01b26fae7e55 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 24 Nov 2018 21:47:27 +0100 Subject: [PATCH] report.c is the last user of bsdstring --- src/report.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/report.c b/src/report.c index 65ef4892b..70f03b832 100644 --- a/src/report.c +++ b/src/report.c @@ -1982,8 +1982,6 @@ void report_travelthru(struct stream *out, region *r, const faction *f) } } -#include "util/bsdstring.h" - int report_plaintext(const char *filename, report_context * ctx, const char *bom)