rnd-20131202-1-src
[rocksndiamonds.git] / src / libgame / pcx.c
index 4c93e39cc9a803701106fad69d97c33bb70ac8d5..908def5c1aa4f438e0d23e47fd5d3bbc1183b26f 100644 (file)
 * pcx.c                                                    *
 ***********************************************************/
 
-#ifndef TARGET_SDL
-
-#include <stdio.h>
-
 #include "pcx.h"
 #include "misc.h"
 
 
+#if !defined(TARGET_SDL)
+
 #define PCX_DEBUG              0
 
 #define PCX_MAGIC              0x0a    /* first byte in a PCX image file    */