From 184fb71fe5cc23687ebc82f7d6640f943760cca9 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sun, 30 Oct 2016 17:43:10 +0000 Subject: [PATCH] [PATCH] Remove non standard #include --- backend/pcx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/pcx.c b/backend/pcx.c index 7694568c..bae543ca 100644 --- a/backend/pcx.c +++ b/backend/pcx.c @@ -36,7 +36,6 @@ #include "common.h" #include "pcx.h" /* PCX header structure */ #include -#include #ifdef _MSC_VER #include #include