From 84fb9816b565be21e89a7bd25298fe40f314b1f1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 15 Jun 2023 09:34:07 +0200 Subject: [PATCH] Simplify code. * gettext-tools/src/locating-rule.c: Don't include mem-hash-map.h. --- gettext-tools/src/locating-rule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.47.2