* gettext-tools/src/read-catalog.c: Include read-catalog-special.h.
* gettext-tools/src/xg-message.c: Include read-catalog-special.h instead of
read-catalog-abstract.h.
* gettext-tools/src/x-ruby.c: Likewise.
#include "po-charset.h"
#include "po-xerror.h"
#include "xalloc.h"
+#include "read-catalog-special.h"
#include "gettext.h"
#define _(str) gettext (str)
#include "xgettext.h"
#include "xg-message.h"
#include "c-strstr.h"
-#include "read-catalog-abstract.h"
+#include "read-catalog-special.h"
#include "gettext.h"
/* A convenience macro. I don't like writing gettext() every time. */
/* Extracting a message. Accumulating the message list.
- Copyright (C) 2001-2020, 2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include "c-strstr.h"
#include "if-error.h"
#include "format.h"
-#include "read-catalog-abstract.h"
+#include "read-catalog-special.h"
#include "xalloc.h"
#include "xerror.h"
#include "xvasprintf.h"