summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-24 23:47:22 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-25 23:32:06 +0100
commitf418e311abc44345c03fd0aff6b0bb5f3ed50a3f (patch)
tree6ef62a8c3c2cc099385d81c60de52eb5df64c153
parent4887942d2b9bf7ce139f3da29da027edec6b2fba (diff)
downloadgdk-pixbuf-f418e311abc44345c03fd0aff6b0bb5f3ed50a3f.tar.gz
Include the generated marshallers header
Do not include the source, otherwise we're going to compile symbols twice.
-rw-r--r--gdk-pixbuf/gdk-pixbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c
index fb146ba8d..0aaea3294 100644
--- a/gdk-pixbuf/gdk-pixbuf.c
+++ b/gdk-pixbuf/gdk-pixbuf.c
@@ -35,7 +35,7 @@
/* Include the marshallers */
#include <glib-object.h>
#include <gio/gio.h>
-#include "gdk-pixbuf-marshal.c"
+#include "gdk-pixbuf-marshal.h"
/**
* SECTION:creating