X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a52d2b79749e34d5ae0ba1a496f299fc7368c3c5..8ad31f9dfdb85a54cd080aac6957883f2f3e38e3:/src/common/xpmdecod.cpp diff --git a/src/common/xpmdecod.cpp b/src/common/xpmdecod.cpp index 12612d62ba..ac1b1b7249 100644 --- a/src/common/xpmdecod.cpp +++ b/src/common/xpmdecod.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xpmdecod.cpp +// Name: src/common/xpmdecod.cpp // Purpose: wxXPMDecoder // Author: John Cristy, Vaclav Slavik // RCS-ID: $Id$ @@ -94,21 +94,22 @@ license is as follows: #include "wx/wxprec.h" #ifdef __BORLANDC__ -# pragma hdrstop + #pragma hdrstop #endif +#if wxUSE_IMAGE && wxUSE_XPM + #ifndef WX_PRECOMP -# include "wx/defs.h" + #include "wx/intl.h" + #include "wx/log.h" + #include "wx/utils.h" + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif #endif -#if wxUSE_IMAGE && wxUSE_XPM - -#include "wx/stream.h" #include "wx/image.h" -#include "wx/utils.h" -#include "wx/log.h" #include "wx/hashmap.h" -#include "wx/intl.h" #include #include