From: Bruno Haible Date: Thu, 15 Jun 2023 07:34:07 +0000 (+0200) Subject: Simplify code. X-Git-Tag: v0.22~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fb9816b565be21e89a7bd25298fe40f314b1f1;p=thirdparty%2Fgettext.git Simplify code. * gettext-tools/src/locating-rule.c: Don't include mem-hash-map.h. --- diff --git a/gettext-tools/src/locating-rule.c b/gettext-tools/src/locating-rule.c index 0b7777e34..d6cf4184d 100644 --- a/gettext-tools/src/locating-rule.c +++ b/gettext-tools/src/locating-rule.c @@ -1,5 +1,5 @@ /* XML resource locating rules - Copyright (C) 2015, 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2015, 2019-2020, 2023 Free Software Foundation, Inc. This file was written by Daiki Ueno , 2015. @@ -43,7 +43,6 @@ #include "filename.h" #include #include "gettext.h" -#include "mem-hash-map.h" #include #include #include "xalloc.h"