--- psiconv/trunk/program/psiconv/magick-aux.c 2002/01/22 21:22:55 138 +++ psiconv/trunk/program/psiconv/magick-aux.c 2004/02/04 12:19:09 196 @@ -1,6 +1,6 @@ /* magick-aux.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 2000 Frodo Looijaard + Copyright (c) 2000-2004 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 @@ -22,8 +22,14 @@ #if IMAGEMAGICK #include "magick-aux.h" -#include -#include + +#endif + +#ifdef DMALLOC +#include "dmalloc.h" +#endif + +#if IMAGEMAGICK /* This used to be very ugly, but nowadays it is much better */