summaryrefslogtreecommitdiff
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 13:52:27 -0400
commit632ae23928e7ace134edd6a2d5144ad291ea5b4a (patch)
tree39dc613fb81f03fd3507155e8fe7d687d40d999e
parent3b1e38b92ae2d33664c5eaf9d09706da1df2bd71 (diff)
downloadgtk+-632ae23928e7ace134edd6a2d5144ad291ea5b4a.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.
-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