[gtk+/wip/gtkmenutrackeritem: 11/12] Change include style for another file



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

    Change include style for another file
    
    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 b223227..73c54ca 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]