summaryrefslogtreecommitdiff
path: root/libpeas/peas-dirs.c
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 16:38:48 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit46cf665494b7602b2aed8cb156415236f828e112 (patch)
treec95de26d0736eced826dda37e2c3b161b531b081 /libpeas/peas-dirs.c
parent35e70f0b4581276955cc9caa5088afea1a9d6ca6 (diff)
downloadlibpeas-46cf665494b7602b2aed8cb156415236f828e112.tar.gz
janitorial: remove HAVE_CONFIG_H
There is no need to do the HAVE_CONFIG_H thing with meson. We always have a config.h so just include it unconditionally.
Diffstat (limited to 'libpeas/peas-dirs.c')
-rw-r--r--libpeas/peas-dirs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpeas/peas-dirs.c b/libpeas/peas-dirs.c
index 6839507..3f4d069 100644
--- a/libpeas/peas-dirs.c
+++ b/libpeas/peas-dirs.c
@@ -21,9 +21,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
#include "peas-dirs.h"