cairo-util: Don't anger png.h by including setjmp.h

Older libpngs are a bit fussy about this, apparently.
This commit is contained in:
Kristian Høgsberg 2012-01-26 11:32:30 -05:00
parent ed7bc3b2d8
commit 7a407678b3
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <setjmp.h>
#include <cairo.h>
#include "cairo-util.h"