diff options
| author | 2011-04-05 19:52:59 +0200 | |
|---|---|---|
| committer | 2011-04-05 19:52:59 +0200 | |
| commit | b748249c936e9a32e4a6cdd4f729dcc079c860a1 (patch) | |
| tree | 8dc703f41e915c6faecf1d0e64a2c203a2d1adea | |
| parent | 079bd2fa48e5488286bc17550144abc3259c4bc7 (diff) | |
| download | gdk-pixbuf-psd-b748249c936e9a32e4a6cdd4f729dcc079c860a1.tar.gz gdk-pixbuf-psd-b748249c936e9a32e4a6cdd4f729dcc079c860a1.tar.bz2 | |
Remove obsolete includes
| -rw-r--r-- | io-psd.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,8 +30,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#include <gdk-pixbuf/gdk-pixbuf-io.h> -#include <glib/gstdio.h> +#include <gdk-pixbuf/gdk-pixbuf.h> typedef struct { |
