summaryrefslogtreecommitdiff
path: root/gtk/gtkactionobservable.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-05-09 15:08:02 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-05-13 16:33:42 -0400
commit03235bf027c30e568d8a45419e504c7ab6a09d4f (patch)
treeff1d8b0e24a7f070801fb04b464b5ec6907efaa8 /gtk/gtkactionobservable.h
parent6030ba4803bf4fec0a3aa5ddd0e385fd9ae314a5 (diff)
downloadgtk+-03235bf027c30e568d8a45419e504c7ab6a09d4f.tar.gz
action stuff: Change include style
The shell wants to transplant our GtkActionObserver/GtkActionObservable code now as well, so change to ""-style #includes there.
Diffstat (limited to 'gtk/gtkactionobservable.h')
-rw-r--r--gtk/gtkactionobservable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionobservable.h b/gtk/gtkactionobservable.h
index 6a17494142..aa1514b3c9 100644
--- a/gtk/gtkactionobservable.h
+++ b/gtk/gtkactionobservable.h
@@ -20,7 +20,7 @@
#ifndef __GTK_ACTION_OBSERVABLE_H__
#define __GTK_ACTION_OBSERVABLE_H__
-#include <gtk/gtkactionobserver.h>
+#include "gtkactionobserver.h"
G_BEGIN_DECLS