[grilo] core: include @filename@ in file-production



commit 5940808548f01ec12a34d33917a437a1399323fe
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Sun Dec 11 16:10:41 2016 +0100

    core: include @filename@ in file-production
    
    Small fix for an include that is in the wrong place.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775950

 src/grl-type-builtins.c.template |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/grl-type-builtins.c.template b/src/grl-type-builtins.c.template
index 734d23a..1189a4c 100644
--- a/src/grl-type-builtins.c.template
+++ b/src/grl-type-builtins.c.template
@@ -1,10 +1,10 @@
 /*** BEGIN file-header ***/
-#include "grl-type-builtins.h"
-#include "@filename@"
+#include <grl-type-builtins.h>
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
 /* enumerations from "@filename@" */
+#include "@filename@"
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/


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