[grilo] core: include @filename@ in file-production
- From: Juan A. Suárez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: include @filename@ in file-production
- Date: Mon, 13 Feb 2017 17:25:40 +0000 (UTC)
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]