~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty-proposed

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixbuf-core.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-05-09 02:01:16 UTC
  • mfrom: (1.4.1) (1.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20130509020116-azihjb1x3doqm1ba
Tags: 2.28.1-1
* New upstream release.
* Track stable releases again.
* Drop explicit Build-Depends on gir1.2-glib-2.0.
* Bump Standards-Version to 3.9.4.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * Boston, MA 02111-1307, USA.
24
24
 */
25
25
 
 
26
#ifndef GDK_PIXBUF_CORE_H
 
27
#define GDK_PIXBUF_CORE_H
 
28
 
26
29
#if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION)
27
30
#error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly."
28
31
#endif
29
32
 
30
 
#ifndef GDK_PIXBUF_CORE_H
31
 
#define GDK_PIXBUF_CORE_H
32
 
 
33
33
#include <glib.h>
34
34
#include <glib-object.h>
35
35
#include <gio/gio.h>