X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/common/imagpcx.cpp diff --git a/src/common/imagpcx.cpp b/src/common/imagpcx.cpp index c8b42f3b0a..69b04d1ea7 100644 --- a/src/common/imagpcx.cpp +++ b/src/common/imagpcx.cpp @@ -18,18 +18,17 @@ #if wxUSE_IMAGE && wxUSE_PCX #ifndef WX_PRECOMP + #include "wx/object.h" + #include "wx/list.h" #include "wx/log.h" #include "wx/intl.h" #include "wx/palette.h" + #include "wx/hash.h" + #include "wx/module.h" #endif #include "wx/imagpcx.h" #include "wx/wfstream.h" -#include "wx/module.h" - -#include "wx/hash.h" -#include "wx/list.h" -#include "wx/object.h" //----------------------------------------------------------------------------- // wxPCXHandler