summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-11 14:21:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:01:56 +0100
commit94fca97bd1b279e40092a098494d3a522d18e2a7 (patch)
treea8666b54f140acfb36d1e07e8c1363971daab0bb
parent4e6461c5bac0cb186cd213766669adcbe7dec3b0 (diff)
downloadlibgweather-94fca97bd1b279e40092a098494d3a522d18e2a7.tar.gz
Drop config.h inclusion from gweather-private.h
All source files include should "config.h" themselves.
-rw-r--r--libgweather/gweather-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgweather/gweather-private.h b/libgweather/gweather-private.h
index c726ea8..f022feb 100644
--- a/libgweather/gweather-private.h
+++ b/libgweather/gweather-private.h
@@ -6,8 +6,6 @@
#pragma once
-#include "config.h"
-
#include <time.h>
#include <libintl.h>
#include <math.h>