GtkMenuTracker: Change #include style to ""

The #include <gtk/...> lines were causing trouble for Jasper as he tried
to copy/paste this code into gnome-shell, so switch to using "" instead.
This commit is contained in:
Ryan Lortie
2013-05-08 17:15:38 -04:00
parent 2869f3c492
commit 972374cc30

View File

@@ -22,7 +22,7 @@
#ifndef __GTK_MENU_TRACKER_H__
#define __GTK_MENU_TRACKER_H__
#include <gtk/gtkmenutrackeritem.h>
#include "gtkmenutrackeritem.h"
#define GTK_TYPE_MENU_TRACKER (gtk_menu_tracker_get_type ())
#define GTK_MENU_TRACKER(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \