From 74ca348e9949a68a8d32a44790f4c88753ccfc60 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 27 May 2019 18:17:22 +0100 Subject: [PATCH] glib: Unconditionally include deprecated headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows the symbols there to be used conditionally, depending on the user’s stated `GLIB_VERSION_MIN_REQUIRED` and `GLIB_VERSION_MAX_ALLOWED` preferences. Signed-off-by: Philip Withnall --- glib/glib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/glib/glib.h b/glib/glib.h index 94a11fb62..5c21b6bf6 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -102,14 +102,12 @@ #include #endif -#ifndef G_DISABLE_DEPRECATED #include #include #include #include #include #include -#endif /* G_DISABLE_DEPRECATED */ #include