aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-31 21:20:44 -0600
committerTed Gould <ted@gould.cx>2012-01-31 21:20:44 -0600
commit1651821c9c51c3d26afce0dae583fc93fbf03cbb (patch)
tree1f273d6acd46448f652bbe1195a5548000dac82d /src/indicator-sound.c
parentcc128bae27748bb4cc79fa232648e464befbc069 (diff)
downloadayatana-indicator-sound-1651821c9c51c3d26afce0dae583fc93fbf03cbb.tar.gz
ayatana-indicator-sound-1651821c9c51c3d26afce0dae583fc93fbf03cbb.tar.bz2
ayatana-indicator-sound-1651821c9c51c3d26afce0dae583fc93fbf03cbb.zip
Fixing includes to not have the '3' on them
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r--src/indicator-sound.c4
1 files changed, 0 insertions, 4 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 <http://www.gnu.org/licenses/>.
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
-#if GTK_CHECK_VERSION(3, 0, 0)
-#include <libdbusmenu-gtk3/menu.h>
-#else
#include <libdbusmenu-gtk/menu.h>
-#endif
#include <libido/idoscalemenuitem.h>
#include <gio/gio.h>