--- psiconv/trunk/program/psiconv/gen_image.c 2004/02/04 12:19:09 196 +++ psiconv/trunk/program/psiconv/gen_image.c 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* * gen_image.c - Part of psiconv, a PSION 5 file formats converter - * Copyright (c) 1999-2004 Frodo Looijaard + * Copyright (c) 1999-2005 Frodo Looijaard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,13 +26,13 @@ #ifdef IMAGEMAGICK #include "magick-aux.h" -#include #endif #ifdef DMALLOC #include "dmalloc.h" #endif +#ifdef IMAGEMAGICK static Image *get_paint_data_section(psiconv_paint_data_section sec); static void image_to_list(psiconv_list list,Image *image,const char *dest); static void gen_image_list(const psiconv_config config,psiconv_list list, @@ -229,6 +229,8 @@ return 0; } +#endif + void init_image(void) { struct fileformat_s ff;