[gtk+/wip/gtkmenutrackeritem-rebased: 4/6] action stuff: Change include style



commit 632ae23928e7ace134edd6a2d5144ad291ea5b4a
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu May 9 15:08:02 2013 -0400

    action stuff: Change include style
    
    The shell wants to transplant our GtkActionObserver/GtkActionObservable
    code now as well, so change to ""-style #includes there.

 gtk/gtkactionobservable.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkactionobservable.h b/gtk/gtkactionobservable.h
index 6a17494..aa1514b 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]