Change include style for another file

The shell wants to transplant our GtkActionObserver/GtkActionObservable
code now as well, so change to ""-style #includes there.
This commit is contained in:
Ryan Lortie
2013-05-09 15:08:02 -04:00
parent ab2129016b
commit 9e9bccbaaf

View File

@@ -20,7 +20,7 @@
#ifndef __GTK_ACTION_OBSERVABLE_H__
#define __GTK_ACTION_OBSERVABLE_H__
#include <gtk/gtkactionobserver.h>
#include "gtkactionobserver.h"
G_BEGIN_DECLS