From 1651821c9c51c3d26afce0dae583fc93fbf03cbb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 31 Jan 2012 21:20:44 -0600 Subject: Fixing includes to not have the '3' on them --- src/indicator-sound.c | 4 ---- src/metadata-widget.h | 4 ---- src/mute-widget.h | 4 ---- src/transport-widget.h | 4 ---- src/voip-input-widget.h | 4 ---- src/volume-widget.h | 4 ---- 6 files changed, 24 deletions(-) diff --git a/src/indicator-sound.c b/src/indicator-sound.c index c87f850..243e759 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -23,11 +23,7 @@ with this program. If not, see . #include #include #include -#if GTK_CHECK_VERSION(3, 0, 0) -#include -#else #include -#endif #include #include diff --git a/src/metadata-widget.h b/src/metadata-widget.h index b0123a3..fc6944e 100644 --- a/src/metadata-widget.h +++ b/src/metadata-widget.h @@ -20,11 +20,7 @@ with this program. If not, see . #define __METADATA_WIDGET_H__ #include -#if GTK_CHECK_VERSION(3, 0, 0) -#include -#else #include -#endif G_BEGIN_DECLS diff --git a/src/mute-widget.h b/src/mute-widget.h index 95130a1..88ddd41 100644 --- a/src/mute-widget.h +++ b/src/mute-widget.h @@ -22,11 +22,7 @@ with this program. If not, see . #include #include #include -#if GTK_CHECK_VERSION(3, 0, 0) -#include -#else #include -#endif #include G_BEGIN_DECLS diff --git a/src/transport-widget.h b/src/transport-widget.h index 8c2ce48..b68845f 100644 --- a/src/transport-widget.h +++ b/src/transport-widget.h @@ -20,11 +20,7 @@ with this program. If not, see . #define __TRANSPORT_WIDGET_H__ #include -#if GTK_CHECK_VERSION(3, 0, 0) -#include -#else #include -#endif #include "common-defs.h" diff --git a/src/voip-input-widget.h b/src/voip-input-widget.h index 0e90665..72da80c 100644 --- a/src/voip-input-widget.h +++ b/src/voip-input-widget.h @@ -22,11 +22,7 @@ with this program. If not, see . #include #include #include -#if GTK_CHECK_VERSION(3, 0, 0) -#include -#else #include -#endif G_BEGIN_DECLS diff --git a/src/volume-widget.h b/src/volume-widget.h index 3deb99c..665f39b 100644 --- a/src/volume-widget.h +++ b/src/volume-widget.h @@ -22,11 +22,7 @@ with this program. If not, see . #include #include #include -#if GTK_CHECK_VERSION(3, 0, 0) -#include -#else #include -#endif #include G_BEGIN_DECLS -- cgit v1.2.3