From: Michael Biebl <biebl@debian.org>
Origin: vendor
Bug-Debian: http://bugs.debian.org/665516
Subject: Including individual glib headers no longer supported

---
 src/camorama-stock-items.h |    2 +-
 src/glib-helpers.h         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- camorama.orig/src/camorama-stock-items.h
+++ camorama/src/camorama-stock-items.h
@@ -1,7 +1,7 @@
 #ifndef CAMORAMA_STOCK_ITEMS_H
 #define CAMORAMA_STOCK_ITEMS_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
--- camorama.orig/src/glib-helpers.h
+++ camorama/src/glib-helpers.h
@@ -24,7 +24,7 @@
 #ifndef GLIB_HELPERS_H
 #define GLIB_HELPERS_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
