summaryrefslogtreecommitdiff
path: root/libmateweather/weather-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/weather-priv.h')
-rw-r--r--libmateweather/weather-priv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmateweather/weather-priv.h b/libmateweather/weather-priv.h
index e602f7b..c0c0944 100644
--- a/libmateweather/weather-priv.h
+++ b/libmateweather/weather-priv.h
@@ -29,10 +29,6 @@
#include "weather.h"
#include "mateweather-location.h"
-#ifdef _WIN32
-#include "mateweather-win32.h"
-#endif
-
const char *mateweather_gettext (const char *str) G_GNUC_FORMAT (1);
const char *mateweather_dpgettext (const char *context, const char *str) G_GNUC_FORMAT (2);
#define _(str) (mateweather_gettext (str))