summaryrefslogtreecommitdiff
path: root/libgweather
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-11-19 17:43:16 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2021-11-19 18:25:44 +0000
commitfca6bc2983fa072fc66b220e869c6d0c218e52ce (patch)
treea7de718ad5a9ce0691c40f45b8a3f65680e4b355 /libgweather
parent985b010a84e5c49165657b96495c77e894539111 (diff)
downloadlibgweather-fca6bc2983fa072fc66b220e869c6d0c218e52ce.tar.gz
tests: Hide the glib/gstdio.h include
We only need it inside the test utilities.
Diffstat (limited to 'libgweather')
-rw-r--r--libgweather/tests/gweather-test-utils.c2
-rw-r--r--libgweather/tests/gweather-test-utils.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/libgweather/tests/gweather-test-utils.c b/libgweather/tests/gweather-test-utils.c
index 7f92b52..9a00dc1 100644
--- a/libgweather/tests/gweather-test-utils.c
+++ b/libgweather/tests/gweather-test-utils.c
@@ -8,6 +8,8 @@
#include "gweather-test-utils.h"
+#include <glib/gstdio.h>
+
/* We use internal API */
#include "gweather-private.h"
diff --git a/libgweather/tests/gweather-test-utils.h b/libgweather/tests/gweather-test-utils.h
index f94014e..b38a759 100644
--- a/libgweather/tests/gweather-test-utils.h
+++ b/libgweather/tests/gweather-test-utils.h
@@ -7,7 +7,6 @@
#pragma once
#include <glib.h>
-#include <glib/gstdio.h>
#include <locale.h>
#include <string.h>